Skip to content

Amend step 4 to allow CNP2 to proceed till completion #147

Amend step 4 to allow CNP2 to proceed till completion

Amend step 4 to allow CNP2 to proceed till completion #147

Workflow file for this run

name: SPINacc CI
on:
push:
branches:
- "**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9.12'
- name: Install linting tools
run: pip install ruff
- name: ruff python interface checks
run: |
ruff format --check tests Tools