mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
ci: require matched asm files are deleted
This commit is contained in:
parent
85c16d932e
commit
cc7cd275e6
13
.github/workflows/coverage.yaml
vendored
Normal file
13
.github/workflows/coverage.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Coverage
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Check matched assembly files are deleted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./tools/coverage.py --fail-matched-undeleted
|
Loading…
Reference in New Issue
Block a user