Skip to content

Merge branch 'master' of https://github.com/miykael/atlasreader #36

Merge branch 'master' of https://github.com/miykael/atlasreader

Merge branch 'master' of https://github.com/miykael/atlasreader #36

Workflow file for this run

---
name: Run pre-commit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3
- uses: pre-commit/action@v3.0.0