zmkafk/.github/workflows/ci.yml
Christina Sørensen 42311bf679
Some checks are pending
CI / Build (push) Waiting to run
chore: initial commit
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-10-15 17:16:35 +02:00

26 lines
445 B
YAML

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v11
- run: nix -vL --show-trace flake check
- run: nix -vL --show-trace build
- uses: actions/upload-artifact@v4
with:
name: zmk_firmware
path: result