Skip to content

Commit

Permalink
chore: actions: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Aug 17, 2024
1 parent ed2ce1f commit 3997d91
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
NAME: readify
strategy:
matrix:
node-version:
Expand All @@ -25,7 +27,14 @@ jobs:
- name: Install
run: bun i --no-save
- name: Lint
run: redrun lint
run: redrun fix:lint
- name: Commit fixes
continue-on-error: true
uses: EndBug/add-and-commit@v9
with:
fetch: --force
message: "chore: ${{ env.NAME }}: actions: lint ☘️"
pull: --rebase --autostash
- name: Coverage
run: redrun coverage report
- name: Coveralls
Expand Down

0 comments on commit 3997d91

Please sign in to comment.