@@ -0,0 +1,15 @@
name: Tests
on:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lancer les tests
run: |
chmod +x tests.sh
./tests.sh
The note is not visible to the blocked user.