Skip to content

Create c.yml

Create c.yml #3

Workflow file for this run

name: C CI
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: cd Sources/mth && make