Skip to content

Commit a8db378

Browse files
committed
Use EndBug/add-and-commit@v9
1 parent 69f493e commit a8db378

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/obo-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Run linter
2424
run: |
2525
tox -e lint
26+
- name: Commit linter changes
27+
uses: EndBug/add-and-commit@v9
28+
with:
29+
message: 'Apply linter changes'
30+
add: '.'
2631
- name: Run tests
2732
run: |
2833
make test

0 commit comments

Comments
 (0)