infrastructure/.forgejo/workflows/test.yml
Victor 4329dce82c
Some checks failed
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 9s
Testing / lint (push) Failing after 23s
ci: docker nixos
2023-06-07 14:29:17 +02:00

13 lines
192 B
YAML

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