Skip to content

Commit

Permalink
chore: github: nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 13, 2023
1 parent 5d10dc1 commit f632273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
run: typos --write-changes
- name: Commit fixes
uses: EndBug/add-and-commit@v9
continue-on-error: true
with:
message: "chore: ${{ env.NAME }}: actions: lint ☘️"
- name: Coverage
run: redrun coverage report
- name: Coveralls
uses: coverallsapp/github-action@v2
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f632273

Please sign in to comment.