infrastructure/.forgejo/workflows/test.yml
Vivian 224cd28112
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 13s
Testing / lint (push) Successful in 4s
add docker runner;
2023-06-07 14:03:42 +02:00

13 lines
148 B
YAML

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