Skip to content

feature: enable CI and it rocks #2

feature: enable CI and it rocks

feature: enable CI and it rocks #2

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: make ci