Skip to content

Commit

Permalink
fix: remove run task from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina authored Oct 5, 2024
1 parent f5f9d59 commit a8307e4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a8307e4

Please sign in to comment.