Skip to content

feat: kurtosis real chain e2e and fixes in eth #13

feat: kurtosis real chain e2e and fixes in eth

feat: kurtosis real chain e2e and fixes in eth #13

Workflow file for this run

name: Python lint
on:
push:
branches: [main]
paths:
- ".github/scripts/generate-e2e-matrix.py"
pull_request:
paths:
- ".github/scripts/generate-e2e-matrix.py"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
python-lint:
name: Python lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Python lint
run: python3 -m py_compile .github/scripts/generate-e2e-matrix.py