File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3535 strategy :
3636 fail-fast : false
3737 matrix :
38- language : ["javascript"]
38+ language : ["javascript", "actions" ]
3939 # CodeQL supports [ $supported-codeql-languages ]
4040 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4141
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Lighthouse audit
22
33on :
44 pull_request_target :
5- types : [opened, synchronize]
65
76permissions :
87 contents : read
1615 steps :
1716 - name : Checkout PR code
1817 uses : actions/checkout@v4
19- with :
20- ref : ${{ github.event.pull_request.head.sha }}
21- repository : ${{ github.event.pull_request.head.repo.full_name }}
2218
2319 - name : Setup Node.js with npm cache
2420 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments