lubitest/.gitea/workflows/demo.yml
Jonas d61b37902c
Some checks reported warnings
/ test (push) Has been cancelled
asas
2023-10-11 19:02:15 +00:00

14 lines
No EOL
504 B
YAML

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo All Good
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."