Updated directorys
This commit is contained in:
@@ -60,6 +60,7 @@ jobs:
|
|||||||
|
|
||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: false #
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -85,8 +86,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Auto-format
|
- name: Auto-format
|
||||||
run: |
|
run: |
|
||||||
dart format .
|
dart format lib test
|
||||||
dart fix --apply
|
dart fix --apply lib test
|
||||||
|
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
if: steps.check_changes.outputs.changes_detected == 'true'
|
if: steps.check_changes.outputs.changes_detected == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user