Skip to content

Commit c6f43ff

Browse files
committed
docs: update README.md
1 parent c2c6d38 commit c6f43ff

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

.github/workflows/fixer.yml

-16
This file was deleted.

.github/workflows/setup.yml

+7
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@ jobs:
1111
name: Node ${{ matrix.node }} sample
1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
ref: ${{ github.head_ref }}
16+
1417
- name: Setup node
1518
uses: actions/setup-node@v2
1619
with:
1720
node-version: ${{ matrix.node }}
1821
- run: yarn install
1922
- run: yarn format
23+
24+
- uses: stefanzweifel/git-auto-commit-action@v4
25+
with:
26+
commit_message: Apply changes

0 commit comments

Comments
 (0)