diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed75cc395..ffb492962 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,19 +6,6 @@ permissions: contents: read jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - persist-credentials: false - - name: Setup node - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: yarn - - run: yarn install - - run: yarn lint build: needs: lint runs-on: ubuntu-latest