diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61f783a6..7e93079d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,5 +23,5 @@ jobs: with: node-version: 14 - run: npm ci - - name: Release + - name: Lint run: npm run lint