We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d9ee9 commit b9d0153Copy full SHA for b9d0153
2 files changed
.github/workflows/ci.yml
@@ -12,8 +12,13 @@ on:
12
- '*.ts'
13
- 'lib/**'
14
- 'scripts/**'
15
+ - '.github/workflows/ci.yml'
16
+ - 'package.json'
17
workflow_dispatch:
18
19
+permissions:
20
+ contents: read
21
+
22
jobs:
23
build:
24
strategy:
@@ -37,7 +42,7 @@ jobs:
37
42
38
43
steps:
39
44
- name: Checkout Repository
40
- uses: actions/checkout@v5
45
+ uses: actions/checkout@v6
41
46
47
- name: Use Nodejs ${{ matrix.node-version }}
48
uses: actions/setup-node@v6
.github/workflows/typedoc.yml
@@ -1,4 +1,4 @@
1
-name: Deploy static content to Pages
+name: typedoc
2
3
on:
4
push:
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout
25
26
27
28
with:
0 commit comments