Skip to content

Merge pull request #3 from LyraPhase/dependabot/github_actions/action… #18

Merge pull request #3 from LyraPhase/dependabot/github_actions/action…

Merge pull request #3 from LyraPhase/dependabot/github_actions/action… #18

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- master
- main
- develop
push:
branches:
- master
- main
- develop
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]