Add doc/ to the target in Makefile and make the cabal command cus…
#2144
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 whitespace | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - experimental | |
| pull_request: | |
| branches: | |
| - master | |
| - experimental | |
| merge_group: | |
| jobs: | |
| check-whitespace: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: andreasabel/fix-whitespace-action@v1 |