Skip to content

Bump pytest from 8.0.0 to 8.2.0 #69

Bump pytest from 8.0.0 to 8.2.0

Bump pytest from 8.0.0 to 8.2.0 #69

Workflow file for this run

name: LINT
on: [push, workflow_call]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Wait for build
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.ref }}
check-name: 'build'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 5
- name: Run lint
run: |
./ci_lint.sh