Files
dockerfiles/.gitea/workflows/test.yaml
T
uleenucks 8dd9d5343b
checks / check and test (push) Failing after 36s
checks / check and test (pull_request) Failing after 31s
* MOD: test actions
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-20 12:17:09 +01:00

16 lines
278 B
YAML

name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: test
run: make test