Skip to content

Merge pull request #767 from maxcountryman/dependabot/github_actions/… #130

Merge pull request #767 from maxcountryman/dependabot/github_actions/…

Merge pull request #767 from maxcountryman/dependabot/github_actions/… #130

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
- run: pip install -r requirements/style.txt
- uses: pre-commit/[email protected]