(Feat): Initial Commit
This commit is contained in:
16
.github/workflows/check.yaml
vendored
Normal file
16
.github/workflows/check.yaml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Integration Check CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix -L flake check
|
||||
Reference in New Issue
Block a user