diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa63669..7991102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: cache: 'npm' - name: Installation run: npm ci + - name: Linting + run: | + npm run lint - name: Building work run: | npm run build