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 1ad300c commit b7badbaCopy full SHA for b7badba
.github/workflows/main.yml
@@ -10,18 +10,17 @@ on:
10
permissions:
11
actions: write
12
contents: read
13
+ id-token: write
14
15
jobs:
16
build:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
- node: [18]
20
+ node: [18, 20]
21
+
22
name: Node ${{ matrix.node }} sample
23
steps:
- - name: Cancel Previous Runs
- uses: styfle/[email protected]
24
-
25
- name: Checkout repo
26
uses: actions/checkout@v4
27
@@ -38,5 +37,5 @@ jobs:
38
37
39
- uses: qltysh/qlty-action/coverage@main
40
with:
41
- coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
+ oidc: true
42
files: coverage/lcov.info
.qlty/.gitignore
@@ -1,4 +1,4 @@
1
-cache
2
-logs
3
-out
4
-plugins
+*
+!configs
+!hooks
+!qlty.toml
0 commit comments