Skip to content

Commit

Permalink
CI: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Oct 15, 2023
1 parent 9017acd commit 1b8906c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ jobs:
uses: actionsflow/setup-act@v1

- name: GitHub workflows check
env:
ACT_PLATFORM: "ubuntu-latest=catthehacker/ubuntu:act-latest"
run: |
cd "${G8_PARAM_REPO_NAME}"
ls ".github/workflows" | \
xargs -n 1 -I ^ act --dryrun --platform "ubuntu-latest=catthehacker/ubuntu:act-latest" -W ".github/workflows/^"
xargs -n 1 -I ^ act --dryrun --platform "${ACT_PLATFORM}" -W ".github/workflows/^"
scalafmt-check:
name: Scalafmt check
Expand Down

0 comments on commit 1b8906c

Please sign in to comment.