mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 19:35:39 +00:00
flakify
This commit is contained in:
17
.github/workflows/nix.yml
vendored
Normal file
17
.github/workflows/nix.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: "Nix CI"
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
name: "Nix build on ${{ matrix.os }}"
|
||||
runs-on: "${{ matrix.os }}-latest"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu, macos]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: DeterminateSystems/flake-checker-action@main
|
||||
- run: nix build
|
||||
Reference in New Issue
Block a user