Skip to content

Merge pull request #95 from yaal-coop/issue-93-role #271

Merge pull request #95 from yaal-coop/issue-93-role

Merge pull request #95 from yaal-coop/issue-93-role #271

Workflow file for this run

name: Run linters
on:
pull_request:
branches:
- production
- main
push:
branches:
- production
- main
jobs:
linter:
name: run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]