Skip to content

Add latest Kalray compiler: ACB 5.0.0 (#1304) #531

Add latest Kalray compiler: ACB 5.0.0 (#1304)

Add latest Kalray compiler: ACB 5.0.0 (#1304) #531

Workflow file for this run

name: Ensure pre-commit hooks have been run
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pre-commit
run: sudo apt install -y pre-commit
- name: Ensure virtualenv set up for pylint
run: make ce
- name: Run all pre-commit hooks (except python tests)
run: env SKIP=test pre-commit run --all