docker-aria2c/.github/workflows/build.yaml
James Andariese a5161181b8
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 43s
wip
2024-02-25 13:52:31 -06:00

13 lines
309 B
YAML

name: Github Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}