dev #1

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

View File

@ -17,7 +17,9 @@ jobs:
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Install dependencies
run: apt update && apt install tree -y
run: |
apt update
apt install tree -y
- name: List files in the repository
run: tree ${{ gitea.workspace }}
- name: Job's status