Skip to content

Commit

Permalink
Merge pull request #48 from cloudflare/fix-ci
Browse files Browse the repository at this point in the history
fix prerelease script
  • Loading branch information
threepointone authored Jun 13, 2024
2 parents f9adfe6 + aede5b5 commit 02f39d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Checks

on:
pull_request:
push:
branches:
- main
Expand All @@ -15,6 +16,7 @@ jobs:
with:
fetch-depth: 1

- run: npm ci
- run: npm run build

- run: npm run lint
Expand Down

0 comments on commit 02f39d4

Please sign in to comment.