docker-aria2c/.github/workflows/build.yaml
James Andariese c027c405b4
Some checks failed
Github Actions Demo / Explore-Gitea-Actions (push) Failing after 35s
wip
2024-02-25 15:00:33 -06:00

15 lines
346 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: metal-docker
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
- run: |
docker ps -a