Skip to content

Commit

Permalink
fix: lighthouse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Jul 5, 2024
1 parent d2bff4e commit 7923c85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ on:
branches:
- main

defaults:
run:
# This ensures that the working directory is the root of the repository
working-directory: ./

jobs:
lighthouse-ci:
runs-on: ubuntu-latest

steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 7923c85

Please sign in to comment.