Add .gitea/workflows/build.yml

This commit is contained in:
Henry Case 2024-11-23 21:37:24 +00:00
parent 815aec7065
commit 0e365ce205

View File

@ -0,0 +1,13 @@
name: build
on:
- push
- pull_request
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: vet checks
run: echo "hello world"