try gitea actions
This commit is contained in:
parent
2d30c4d267
commit
c0af9fd516
20
gitea/workflows/nix-check.yml
Normal file
20
gitea/workflows/nix-check.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name: nix flake show
|
||||
run-name: ${{ gitea.actor }} pushed to repo. Checking config syntax.
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
show-flake:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31
|
||||
|
||||
- name: Run nix flake show
|
||||
run: |
|
||||
echo "Running nix flake show..."
|
||||
nix flake show --show-trace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user