Skip to content

Create mkcxxxr.py

Create mkcxxxr.py #46

Workflow file for this run

name: run test file
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: make deps
- name: test
run: make test
- name: show files
run: make show
- name: check for leaks
run: make checkleaks