Skip to content

Commit 3997d91

Browse files
authored
chore: actions: autofix
1 parent ed2ce1f commit 3997d91

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/nodejs.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
env:
9+
NAME: readify
810
strategy:
911
matrix:
1012
node-version:
@@ -25,7 +27,14 @@ jobs:
2527
- name: Install
2628
run: bun i --no-save
2729
- name: Lint
28-
run: redrun lint
30+
run: redrun fix:lint
31+
- name: Commit fixes
32+
continue-on-error: true
33+
uses: EndBug/add-and-commit@v9
34+
with:
35+
fetch: --force
36+
message: "chore: ${{ env.NAME }}: actions: lint ☘️"
37+
pull: --rebase --autostash
2938
- name: Coverage
3039
run: redrun coverage report
3140
- name: Coveralls

0 commit comments

Comments
 (0)