Skip to content

.github: Bump the github-actions group with 2 updates #5208

.github: Bump the github-actions group with 2 updates

.github: Bump the github-actions group with 2 updates #5208

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install pytest
- run: PYTHONPATH="." pytest tests/test_pre_commit_copyright.py