Add more RISCV tests #325
Workflow file for this run
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: Allow only Additions | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| check-diff: | |
| name: Check diff | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Fetch Base | |
| run: git fetch --depth=1 origin ${{ github.base_ref }}:pr-base | |
| - name: Check Diff | |
| run: ./check-diff.sh pr-base |