Skip to content

Merge pull request #162 from BCDA-APS/dependabot/github_actions/actio… #51

Merge pull request #162 from BCDA-APS/dependabot/github_actions/actio…

Merge pull request #162 from BCDA-APS/dependabot/github_actions/actio… #51

Workflow file for this run

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