dev #1

Merged
clement merged 10 commits from dev into master 2024-06-08 21:43:18 +02:00
Showing only changes of commit ccb19663a1 - Show all commits

View File

@ -15,5 +15,5 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
tree ${{ gitea.workspace }}
apt install tree -y && tree ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."