Sfoglia il codice sorgente

Run correct prettier check

Paulus Schoutsen 4 anni fa
parent
commit
3bb36d97e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -21,4 +21,4 @@ jobs:
           node-version: 16
       - run: npm ci
       - run: script/build
-      - run: npm exec prettier --check src
+      - run: npm exec -- prettier --check src