Merge pull request #161 from pre-commit-ci/pre-commit-ci-update-config #334
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
push: | |
branches: [main] | |
permissions: | |
contents: write | |
jobs: | |
pr: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.11' | |
- run: pip install virtualenv | |
- run: make | |
- run: make push | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |