mirror of
https://github.com/dolphin-emu/discord-bot.git
synced 2026-01-31 01:15:18 +01:00
ci: Add workflow that runs nix build
This commit is contained in:
19
.github/workflows/build-flake.yml
vendored
Normal file
19
.github/workflows/build-flake.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Build Nix Flake
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build-flake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: cachix/install-nix-action@v25
|
||||
|
||||
- run: nix build
|
||||
Reference in New Issue
Block a user