We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb5ca6 commit 04ac338Copy full SHA for 04ac338
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
+ - name: Mark repository as safe for the container
10
+ run: git config --global --add safe.directory $GITHUB_WORKSPACE
11
- name: Lighthouse
12
uses: shopify/lighthouse-ci-action@v1
13
with:
0 commit comments