niki/.gitea/workflows/demo.yaml

13 lines
173 B
YAML

name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- name: hello
run: echo "hello world"