diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcd4a315d7..3b5426ec24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - name: Install dependencies - run: yarn + run: yarn && yarn add -D add add eslint-config-airbnb-base eslint-plugin-unicorn - name: Lint JS files run: npm run lint test: