[Filter] improve warnings in makedeps filter (#129) #7
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: TESTS | |
on: | |
# push on master branch | |
push: | |
branches: [master] | |
# triggered manually | |
workflow_dispatch: | |
# triggered by pull requests | |
pull_request: | |
jobs: | |
# run all test scripts | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: cagix/pandoc-lecture@master | |
- run: cd filters/test && make test |