Skip to content

Commit b7badba

Browse files
committed
1 parent 1ad300c commit b7badba

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ on:
1010
permissions:
1111
actions: write
1212
contents: read
13+
id-token: write
1314

1415
jobs:
1516
build:
1617
runs-on: ubuntu-latest
1718
strategy:
1819
matrix:
19-
node: [18]
20+
node: [18, 20]
21+
2022
name: Node ${{ matrix.node }} sample
2123
steps:
22-
- name: Cancel Previous Runs
23-
uses: styfle/[email protected]
24-
2524
- name: Checkout repo
2625
uses: actions/checkout@v4
2726

@@ -38,5 +37,5 @@ jobs:
3837

3938
- uses: qltysh/qlty-action/coverage@main
4039
with:
41-
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
40+
oidc: true
4241
files: coverage/lcov.info

.qlty/.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cache
2-
logs
3-
out
4-
plugins
1+
*
2+
!configs
3+
!hooks
4+
!qlty.toml

0 commit comments

Comments
 (0)