actions_example/.forgejo/workflows/demo.yaml
kiper220 a5430fb5fb
All checks were successful
Caching Primes / build (push) Successful in 9s
/ ls (push) Successful in 4s
feat: add demo workflows
2025-02-07 22:48:39 +04:00

8 lines
No EOL
146 B
YAML

on: [push]
jobs:
ls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
ls ${{ github.workspace }}