diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0901785..ea1b98e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,13 +78,10 @@ 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}" - act --dryrun --platform "${ACT_PLATFORM}" -W ".github/workflows/ci.yml" - act --dryrun --platform "${ACT_PLATFORM}" -W ".github/workflows/ecr_cleanup.yml" - act --dryrun --platform "${ACT_PLATFORM}" -W ".github/workflows/manual_api_call.yml" + ls ".github/workflows" | \ + xargs -n 1 -I ^ act --dryrun --platform "ubuntu-latest=catthehacker/ubuntu:act-latest" -W ".github/workflows/^" scalafmt-check: name: Scalafmt check