Skip to content

Commit

Permalink
chore: fix dsfr
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jan 15, 2024
1 parent c0141ab commit 394470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
timeout-minutes: 1
if: ${{ matrix.sites.tools['dsfr'] }}
run: |
(cat get-html.html | grep -q fr-header__brand) && echo '{"detected": true}' > dsfr.json || echo '{"detected": false}' > ./scans/dsfr.json
(cat get-html.html | grep -q fr-header__brand) && echo '{"detected": true}' > ./scans/dsfr.json || echo '{"detected": false}' > ./scans/dsfr.json
cat ./scans/dsfr.json
- name: eco-index
Expand Down

0 comments on commit 394470b

Please sign in to comment.