papermario/.github/workflows/pr.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
224 B
YAML
Raw Normal View History

name: PR
on: [pull_request]
jobs:
delete-matched-asm:
name: Check matched assembly files are deleted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./coverage.py --fail-undeleted