Skip to content

Commit

Permalink
remove license blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 25, 2025
1 parent 09bce99 commit 95b17a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/act.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
working-directory: template
workflow: ci.yml

- name: Test book flow
- name: Test pre-commit flow
uses: cvxgrp/cradle/actions/flow@main
with:
working-directory: template
workflow: book.yml
workflow: pre-commit.yml

- name: Test pre-commit flow
- name: Test book flow
uses: cvxgrp/cradle/actions/flow@main
with:
working-directory: template
workflow: pre-commit.yml
workflow: book.yml

0 comments on commit 95b17a9

Please sign in to comment.