init
This commit is contained in:
25
.github/workflows/check.yaml
vendored
Normal file
25
.github/workflows/check.yaml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
push:
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: spotdemo4/nix-init@5fe5a93e1ff2a6a4cfba1ae7d3f30d0dfed9d1a9 # v1.34.1
|
||||
|
||||
- name: Check
|
||||
run: nix flake check
|
||||
Reference in New Issue
Block a user