niki/.gitea/workflows/demo.yaml

13 lines
173 B
YAML
Raw Normal View History

2024-07-13 15:57:26 +00:00
name: checks
on:
- push
- pull_request
2024-07-13 15:49:11 +00:00
jobs:
2024-07-13 15:57:26 +00:00
lint:
name: check and test
2024-07-13 15:49:11 +00:00
runs-on: ubuntu-latest
steps:
2024-07-13 16:10:03 +00:00
- name: hello
run: echo "hello world"