Skip to content

Commit

Permalink
Update act.yml (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Mar 3, 2025
1 parent 75c5ea7 commit e262b5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/act.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,25 @@ on:

jobs:
test-template-workflows:
strategy:
matrix:
python-version: [ '3.12' ]

runs-on: ubuntu-latest

steps:
- name: Launch the cradle
uses: tschm/cradle/actions/cradle@main
with:
python-version: '3.12'
destination-path: 'template'

- name: Test Marimo flow
uses: tschm/cradle/actions/flow@main
with:
working-directory: template
workflow: marimo.yml

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

- name: Test ci flow
uses: tschm/cradle/actions/flow@main
with:
working-directory: template
workflow: ci.yml

0 comments on commit e262b5e

Please sign in to comment.