Skip to content

Merge branch 'event_manager' of https://github.com/AD-SDL/MADSci into… #2

Merge branch 'event_manager' of https://github.com/AD-SDL/MADSci into…

Merge branch 'event_manager' of https://github.com/AD-SDL/MADSci into… #2

Workflow file for this run

name: Pre-Commit Checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- uses: actions/setup-python@v4
name: Setup Python
with:
python-version: 3.9
- uses: pre-commit/[email protected]
name: Run Pre-Commit Checks