add docker runner;
This commit is contained in:
parent
6f16efd9cd
commit
224cd28112
3 changed files with 22 additions and 1 deletions
12
.forgejo/workflows/test.yml
Normal file
12
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Testing
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ls -l
|
||||
- run: uname -a
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue