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 35
35
strategy :
36
36
fail-fast : false
37
37
matrix :
38
- language : ["javascript"]
38
+ language : ["javascript", "actions" ]
39
39
# CodeQL supports [ $supported-codeql-languages ]
40
40
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
41
41
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Lighthouse audit
2
2
3
3
on :
4
4
pull_request_target :
5
- types : [opened, synchronize]
6
5
7
6
permissions :
8
7
contents : read
16
15
steps :
17
16
- name : Checkout PR code
18
17
uses : actions/checkout@v4
19
- with :
20
- ref : ${{ github.event.pull_request.head.sha }}
21
- repository : ${{ github.event.pull_request.head.repo.full_name }}
22
18
23
19
- name : Setup Node.js with npm cache
24
20
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments