Skip to content

Update actions to use common repository #193

Update actions to use common repository

Update actions to use common repository #193

Workflow file for this run

name: ci/cd
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
python-linting:
uses: AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main
with:
runs-on: ubuntu-latest
aind-behavior-framework-testing:
uses: AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/test-aind-behavior-framework.yml@main
with:
python-version-path: .python-version
run-coverage: false
run-schema: true