wip
Some checks failed
Github Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
James Andariese 2024-02-25 13:51:06 -06:00
parent 9d8704d87d
commit 8ca0d2d60a

12
.github/workflows/build.yaml vendored Normal file
View File

@ -0,0 +1,12 @@
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 }}