This commit is contained in:
@@ -11,10 +11,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
|
runs-on: nixos # This assumes you have a runner with the "flakes-action" label
|
||||||
|
container:
|
||||||
|
image: nixos/nix:latest
|
||||||
|
entrypoint: ["/etc/gitea-runner-entrypoint.sh"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
entrypoint: ["/etc/gitea-runner-entrypoint.sh"]
|
|
||||||
|
|
||||||
- name: Validate NixOS configuration
|
- name: Validate NixOS configuration
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user