holey-toys/.github/workflows/c-cpp.yml

20 lines
262 B
YAML
Raw Normal View History

name: Cee-lang CI
2024-03-11 11:42:46 +00:00
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2024-03-11 11:42:46 +00:00
- name: make
run: make
- name: example
run: make example