Skip to content

Commit

Permalink
Merge pull request #1501 from lf-lang/disable-formatting-check
Browse files Browse the repository at this point in the history
CI formatting check disabled
  • Loading branch information
lhstrh authored Dec 13, 2022
2 parents cadf23d + 5a7b703 commit 165f0bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
needs: cancel

# Check that automatic code formatting works.
format:
uses: lf-lang/lingua-franca/.github/workflows/format.yml@master
needs: cancel
# TODO: Uncomment after fed-gen is merged.
# format:
# uses: lf-lang/lingua-franca/.github/workflows/format.yml@master
# needs: cancel

# Run the unit tests.
unit-tests:
Expand Down

0 comments on commit 165f0bf

Please sign in to comment.