Skip to content

Commit

Permalink
testing this github CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual committed Jan 24, 2024
1 parent 187cccf commit a9c04ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- "qa/**"
- "stable/**"
paths:
- CITATION.cff
workflow_dispatch:

jobs:
test:
name: "Test ${{ matrix.rule }} on ${{ matrix.python-version }}"
Expand Down Expand Up @@ -111,3 +115,6 @@ jobs:
- name: "Run tox"
run: |
tox -e linting
citing:
name: "validating the citation file"

0 comments on commit a9c04ac

Please sign in to comment.