Skip to content

Merge pull request #15 from mmcdermott/build_task_cmd #6

Merge pull request #15 from mmcdermott/build_task_cmd

Merge pull request #15 from mmcdermott/build_task_cmd #6

# Same as `code-quality-pr.yaml` but triggered on commit to main branch
# and runs on all files (instead of only the changed ones)
name: Code Quality Main
on:
push:
branches: [main]
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Run pre-commits
uses: pre-commit/[email protected]