diff --git a/.github/ci.yml b/.github/workflows/ci.yml similarity index 82% rename from .github/ci.yml rename to .github/workflows/ci.yml index 0f1f986..738a5ed 100644 --- a/.github/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: npm ci - run: | - npm lint + npm run lint - run: | - npm build + npm run build - run: | - npm test + npm run test