Tried sth
This commit is contained in:
@@ -87,11 +87,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Auto-format
|
- name: Auto-format
|
||||||
run: |
|
run: |
|
||||||
dart format lib
|
dart format lib
|
||||||
dart fix --apply lib
|
dart fix --apply lib
|
||||||
|
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
run: |
|
run: |
|
||||||
git add .
|
git status
|
||||||
|
git add lib/
|
||||||
|
git status
|
||||||
git commit -m "Actions: Auto-formatting [skip ci]"
|
git commit -m "Actions: Auto-formatting [skip ci]"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user