Update and build script
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
"on":
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix-latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch:
|
||||
- x86
|
||||
- ucrt
|
||||
steps:
|
||||
- name: Build
|
||||
run: nix run -L "${{ matrix.arch }}"
|
||||
@@ -0,0 +1,10 @@
|
||||
"on":
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nix-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Flake check
|
||||
run: nix flake check -L
|
||||
Reference in New Issue
Block a user