rsbbs/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: EOF

12 lines
361 B
YAML

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