File tree Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 check-format :
1717 runs-on : windows-latest
18+ permissions : {}
1819
1920 steps :
2021 - name : check out code
2122 uses : actions/checkout@v4
23+ with :
24+ persist-credentials : false
2225
2326 - name : Install format tool
2427 run : dotnet tool install -g dotnet-format
Original file line number Diff line number Diff line change 1313jobs :
1414 build :
1515 runs-on : ubuntu-latest
16+ permissions : {}
1617
1718 steps :
1819 - name : check out code
1920 uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2023
2124 - name : install markdown-link-check
2225 run : sudo npm install -g markdown-link-check
Original file line number Diff line number Diff line change 1313jobs :
1414 build :
1515 runs-on : ubuntu-latest
16+ permissions : {}
1617
1718 steps :
1819 - name : check out code
1920 uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2023
2124 - name : install markdownlint-cli
2225 run : sudo npm install -g markdownlint-cli
Original file line number Diff line number Diff line change 99jobs :
1010 misspell :
1111 runs-on : ubuntu-latest
12+ permissions : {}
1213
1314 steps :
1415 - name : check out code
1516 uses : actions/checkout@v4
17+ with :
18+ persist-credentials : false
1619
1720 - name : install misspell
1821 run : |
Original file line number Diff line number Diff line change 99jobs :
1010 acceptance-tests :
1111 runs-on : ubuntu-latest
12+ permissions : {}
13+
1214 steps :
1315 - name : Check out
1416 uses : actions/checkout@v4
17+ with :
18+ persist-credentials : false
1519 - name : Check out oats
1620 uses : actions/checkout@v4
1721 with :
1822 repository : grafana/oats
1923 path : oats
24+ persist-credentials : false
2025 - name : Set up Go
2126 uses : actions/setup-go@v5
2227 with :
Original file line number Diff line number Diff line change @@ -20,12 +20,14 @@ jobs:
2020 exclude :
2121 - os : ubuntu-latest
2222 version : net462
23+ permissions : {}
2324
2425 runs-on : ${{ matrix.os }}
2526 steps :
2627 - uses : actions/checkout@v4
2728 with :
2829 fetch-depth : 0 # fetching all
30+ persist-credentials : false
2931
3032 - name : Setup dotnet
3133 uses : actions/setup-dotnet@v3
You can’t perform that action at this time.
0 commit comments