Skip to content

updated to madsci not tested yet #5

updated to madsci not tested yet

updated to madsci not tested yet #5

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@v3
name: Setup Python
- uses: pre-commit/action@v3.0.0
name: Run Pre-Commit Checks