1
0
Fork 0

Forgejo Actions test #3
Some checks failed
/ format (push) Failing after 13s
/ build (push) Failing after 13s

This commit is contained in:
Aires 2024-05-27 13:30:16 -04:00
parent ca2094887e
commit 77cc01fdd7

View file

@ -73,6 +73,11 @@ in
"nix:docker://nixos/nix" # Shoutout to Icewind 1991 for this syntax: https://icewind.nl/entry/gitea-actions-nix/
"debian:docker://node:20-bullseye"
];
settings = {
# For an example of configuring in Nix: https://git.clan.lol/clan/clan-infra/src/branch/main/modules/web01/gitea/actions-runner.nix
# For an example of the different options available: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
container.validVolumes = "**";
};
};
};
};