add docker runner;
This commit is contained in:
parent
3d3c9f33b0
commit
4da1eeda6a
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