Skip to content

ENH: Update repo to original owner (CSIMLab) and set to 5.6 branch #383

ENH: Update repo to original owner (CSIMLab) and set to 5.6 branch

ENH: Update repo to original owner (CSIMLab) and set to 5.6 branch #383

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- 5.*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]