Skip to content

Merge pull request #39 from niklasstoffers/dependabot/pip/dev/coverag… #42

Merge pull request #39 from niklasstoffers/dependabot/pip/dev/coverag…

Merge pull request #39 from niklasstoffers/dependabot/pip/dev/coverag… #42

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