Skip to content

Create clang.yml

Create clang.yml #1

Workflow file for this run

name: C-lang CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make