Skip to content

Setup ci

Setup ci #3

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
call-workflow:
uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@respect_existing_ruff_tomls

Check failure on line 5 in .github/workflows/Linter.yml

View workflow run for this annotation

GitHub Actions / Linter

Invalid workflow file

The workflow is not valid. In .github/workflows/Linter.yml (Line: 5, Col: 11): Error from called workflow ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@respect_existing_ruff_tomls (Line: 30, Col: 13): Unexpected symbol: '"ruff'. Located at position 11 within expression: hashFiles("ruff.toml") == ""
with:
compare-branch: origin/main
python-ver: 3.10
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: install requirements
run: pip install -e .[dev]
- name: run pytest
run: python -m pytest