Skip to content

Commit

Permalink
update the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 17, 2025
1 parent 93d53c6 commit f1fa430
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/act.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,20 @@ jobs:
git add .
git commit -m "Initial commit"
- name: Run the pre-commit flow
id: flow_pre_commit
- name: Run the ci flow
id: flow_ci
shell: bash
working-directory: template
run: |
act -W .github/workflows/pre-commit.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
act -W .github/workflows/ci.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
- name: Run the ci flow
id: flow_ci
- name: Run the pre-commit flow
id: flow_pre_commit
shell: bash
working-directory: template
run: |
act -W .github/workflows/ci.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
act -W .github/workflows/pre-commit.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
- name: Run the book flow
id: flow_book
Expand Down

0 comments on commit f1fa430

Please sign in to comment.