Compare commits
1 commit
c902852a24
...
1ad490d72a
| Author | SHA1 | Date | |
|---|---|---|---|
|
1ad490d72a |
1 changed files with 3 additions and 3 deletions
|
|
@ -41,9 +41,9 @@ jobs:
|
|||
git submodule update --init --recursive
|
||||
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
|
||||
- name: Secret scan
|
||||
uses: actions/secret-scan-action@v1
|
||||
with:
|
||||
install_scanners: true
|
||||
uses: actions/secret-scan-action@v1
|
||||
with:
|
||||
install_scanners: true
|
||||
- name: Test
|
||||
run: |
|
||||
echo "🚀 Lancement des tests..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue