dexedrine/.gitea/workflows/build.yaml
Robert Morrison efb1efeb71
Some checks failed
build / build (push) Failing after 6s
ci: add initial CI build test
Adding initial test workflow for building the project.
2024-07-03 21:32:48 +01:00

16 lines
220 B
YAML

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