Skip to content

Commit

Permalink
REVERT ME
Browse files Browse the repository at this point in the history
T#
  • Loading branch information
petervdonovan committed May 26, 2023
1 parent 48f37c2 commit 83afd7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
fetch-depth: 0
- name: Prepare build environment
uses: ./.github/actions/prepare-build-env
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run spotlessCheck
run: ./gradlew spotlessCheck
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: cancel

check-format:
uses: lf-lang/lingua-franca/.github/workflows/check-format.yml@master
uses: lf-lang/lingua-franca/.github/workflows/check-format.yml@slow-lff
needs: cancel

# Run the unit tests.
Expand Down

0 comments on commit 83afd7f

Please sign in to comment.