add extra level to discs (#183) #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint participants.tsv file | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
lint-participants: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
# since this workflow doesn't rely on git-annex, there's no need to take | |
# into account potential forks of the repo; we can just use github's | |
# auto-generated merge commit that lives in this repo | |
- name: Lint participants.tsv | |
run: .github/workflows/lint-tsv participants.tsv |