change some git things
Some checks failed
build / build (push) Failing after 1s

This commit is contained in:
Tijl 2024-08-19 22:37:57 +02:00
parent dff92ce496
commit b354e78bfa
Signed by: tijl
GPG Key ID: DAE24BFCD722F053
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
github-server-url: 'https://git.tijl.dev'
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build css
run: npm run build:css
- name: Build js
run: npm run build
- name: Build
run: go build -v ./...

0
static/css/.gitkeep Normal file
View File

0
static/js/.gitkeep Normal file
View File