We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ca8b commit f89e0a7Copy full SHA for f89e0a7
.github/workflows/quic-organization-repolinter.yml
@@ -2,20 +2,20 @@ name: QuIC Organization Repolinter
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches: [ "hexagon" ]
6
pull_request:
7
8
workflow_dispatch:
9
10
jobs:
11
repolinter:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout Repo
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
- name: Verify repolinter config file is present
17
id: check_files
18
- uses: andstor/file-existence-action@v1
+ uses: andstor/file-existence-action@v3
19
with:
20
files: "repolint.json"
21
- name: Run Repolinter with local repolint.json
0 commit comments