generated from tschm/paper
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (30 loc) · 808 Bytes
/
act.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: CI
on:
push:
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