Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 21, 2024
1 parent 6a0c1be commit b0e2636
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/depolyment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
run: npm ci
- name: Run tests
run: npm test
- name: Run tests
run: npm lint
deploy:
needs: test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: information
run: echo "${{github.event}}"
run: echo "${{ toJson(github.event)}}"

0 comments on commit b0e2636

Please sign in to comment.