On C23 and negative integers. #5
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: Check unused modules | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- modules/** | |
- input/** | |
- dev/check-unused-modules.sh | |
- .github/workflows/unused.yml | |
jobs: | |
job1: | |
name: unused module check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout master branch | |
uses: actions/checkout@v4 | |
- name: Check unused modules | |
run: ./dev/check-unused-modules.sh |