Skip to content

Commit

Permalink
Merge pull request #1635 from nextcloud/fix/ci/formatting-not-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Feb 21, 2024
2 parents 742fd1e + 05a8583 commit d07dbc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- name: Install dart
uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1
- name: Setup
run: ./tool/setup.sh
run: |
./tool/setup.sh
# Remove any changes from the automatic formatting
git checkout .
- name: Check formatting
run: melos run format:check
Expand Down

0 comments on commit d07dbc8

Please sign in to comment.