Skip to content

Commit

Permalink
[CI] not necessary to format generated files as it seems.
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Dec 19, 2023
1 parent e644dcf commit d6d4e2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ jobs:

- name: Generate Files for polkadart_example
if: ${{ matrix.package == 'polkadart_example' }}
# Format the generated files so that they don't make the CI fail afterwards.
run: |
cd examples && dart run polkadart_cli:generate -v
dart format examples/lib/generated
run: cd examples && dart run polkadart_cli:generate -v

- name: Check format
run: SCOPE="${{ matrix.package }}" dart run melos format
Expand Down

0 comments on commit d6d4e2b

Please sign in to comment.