Skip to content

Commit 04ac338

Browse files
committed
Mark repository as safe for lighthouse container
1 parent ebb5ca6 commit 04ac338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
- name: Mark repository as safe for the container
10+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
911
- name: Lighthouse
1012
uses: shopify/lighthouse-ci-action@v1
1113
with:

0 commit comments

Comments
 (0)