add new gh workflows / most of it
This commit is contained in:
14
.github/workflows/validate.yaml
vendored
Normal file
14
.github/workflows/validate.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: validate
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- $default-branch
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: make compile
|
||||
Reference in New Issue
Block a user