Skip to content

Merge pull request #11 from TheJollyDuck/TheJollyDuck-actions-1 #2

Merge pull request #11 from TheJollyDuck/TheJollyDuck-actions-1

Merge pull request #11 from TheJollyDuck/TheJollyDuck-actions-1 #2

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: archlinux-latest
steps:
- uses: actions/checkout@v4
- name: mkdir build
run: mkdir build
- name: make
run: make