test-forgejo-runner/.forgejo/workflows/demo.yaml

22 lines
357 B
YAML

name: Named workflow
on:
push:
branches: ["main"]
jobs:
test:
runs-on: docker
steps:
- name: Setup repo
uses: https://code.forgejo.org/actions/checkout@v4
- name: Testing runner
run: echo All Good
- name: Testing local fs
run: ls -lah .
- name: Testing working directory
run: pwd