infrastructure/.forgejo/workflows/test.yml
Victor 24b0e94a23
Some checks failed
Nix / lint (push) Failing after 1s
Plex Update / update (push) Successful in 10s
Lint / lint (push) Successful in 2s
ci: try fix crash
2023-06-07 14:47:37 +02:00

14 lines
225 B
YAML

name: Nix
on: [push]
jobs:
lint:
runs-on: docker
container:
image: nixos/nix:2.16.1
entrypoint: /usr/bin/env sleep
steps:
- uses: actions/checkout@v3
- run: ls -l
- run: uname -a