Update .gitea/workflows/test.yml
checks / check and test (push) Has been cancelled
Details
checks / check and test (push) Has been cancelled
Details
parent
af48b4c5f7
commit
358780569b
|
@ -1,11 +1,12 @@
|
||||||
name: checks
|
name: checks
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
test:
|
||||||
name: check and test
|
labels: [docker]
|
||||||
runs-on: ubuntu-latest
|
name: check and test
|
||||||
steps:
|
runs-on: ubuntu-latest
|
||||||
- name: test
|
steps:
|
||||||
|
- name: test
|
||||||
run: ls
|
run: ls
|
Loading…
Reference in New Issue