File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Setup Bonsai
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - main
7+ push :
8+ branches :
9+ - main
10+
11+ jobs :
12+ setup-bonsai :
13+ runs-on : windows-latest
14+ steps :
15+ - name : setup-bonsai
16+ uses : AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/setup-bonsai.yml@main
17+ with :
18+ bonsai-working-directory : bonsai
19+
20+ print :
21+ runs-on : ubuntu-latest
22+ needs : setup-bonsai
23+ steps :
24+ - run : echo ${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}
25+
26+ python :
27+ runs-on : ubuntu-latest
28+ steps :
29+ - name : python-linting
30+ uses : AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main
31+ with :
32+ runs-on : ubuntu-latest
33+ - name : python-linting-win
34+ uses : AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main
You can’t perform that action at this time.
0 commit comments