enderice2 123b9ace8f
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
test / test (push) Waiting to run
C/C++ CI / ubuntu-build (push) Failing after 44s
Update .gitea/workflows/test.yml
Signed-off-by: enderice2 <enderice2@protonmail.com>
2024-12-29 23:28:41 +02:00

14 lines
193 B
YAML

name: test
on:
- push
- pull_request
jobs:
lint:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: echo Hello World!