mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
d726b26287
* add warnings_count Stolen from https://github.com/zeldaret/mm. Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * emit only new warnings * add jp warnings * fix ccache (lmao) * slug comments about warnings * oops * oops again * oops again again * adjust message * truncate warnings list if there are more than 100 Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
11 lines
224 B
YAML
11 lines
224 B
YAML
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
|