Skip to content

release for https://github.com/jotego/jtcores/commit/090d35da5edbcf3a… #425

release for https://github.com/jotego/jtcores/commit/090d35da5edbcf3a…

release for https://github.com/jotego/jtcores/commit/090d35da5edbcf3a… #425

Workflow file for this run

name: Check that no MRA loads debug.zip
on:
push:
jobs:
generate_arc:
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@v2
- name: check MRA files
run: test `find -name "*.mra" -print0 | xargs -0 grep debug.zip | wc -l` = 0; echo $?