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
|
git submodule update --init --recursive
|
||||||
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
|
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
|
||||||
- name: Secret scan
|
- name: Secret scan
|
||||||
uses: actions/secret-scan-action@v1
|
uses: actions/secret-scan-action@v1
|
||||||
with:
|
with:
|
||||||
install_scanners: true
|
install_scanners: true
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Lancement des tests..."
|
echo "🚀 Lancement des tests..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue