refactoring towards tournament server #1737
This file contains 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: Enforce issue references for TODOs | |
on: | |
push: | |
paths: | |
- '**.hs' | |
branches: | |
- main | |
pull_request: | |
paths: | |
- '**.hs' | |
branches: | |
- main | |
jobs: | |
enforce-issue-references: | |
name: Enforce issue references | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: | | |
scripts/validate/issues-for-todos.sh |