Hyprdoctor/.github/workflows/c-cpp.yml

20 lines
260 B
YAML
Raw Normal View History

2023-11-30 19:54:49 +00:00
name: C++ Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with Make
run: make all