Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed May 8, 2024
1 parent 11ac70b commit 89a94ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v4

- run: npm install
- run: npm run build
- run: npm run typecheck
- run: npm run lint
- run: npm run format -- --check
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
needs: CI
steps:
- uses: actions/checkout@v4

- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 89a94ee

Please sign in to comment.