fj/.forgejo/workflows/demo.yml
2025-01-21 11:10:29 +01:00

7 lines
113 B
YAML

on: [push]
jobs:
test:
runs-on: alpine-latest
steps:
- shell: sh
run: echo using sh here