CItest/.forgejo/workflows/demo.yaml
asandikci 29edc958b5
Some checks failed
/ test (push) Failing after 3s
Update .forgejo/workflows/demo.yaml
2024-11-10 22:11:56 +03:00

13 lines
No EOL
213 B
YAML

on:
push:
workflow_dispatch:
jobs:
test:
runs-on: docker
container:
image: alpine:3.19
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0