fix container and entry point
Validate NixOS Config / validate (push) Waiting to run

This commit is contained in:
2024-08-24 16:06:37 +00:00
parent 3d360d2357
commit be528f1724
+3 -1
View File
@@ -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: |