diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aacf7a..695bf80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,4 @@ jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./.github/actions/prepare - - run: pnpm build - - run: node ./lib/index.js lint: name: Lint runs-on: ubuntu-latest