Skip to content

Commit c6971fc

Browse files
committed
ci: clear linting errors
1 parent c4ae210 commit c6971fc

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
MD004:
33
style: dash
44

5+
# Line length
6+
MD013:
7+
line_length: -1
8+
59
# Ordered list item prefix
610
MD029:
711
style: one

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
schedule:
1010
- cron: '0 22 * * 2'
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
test-typescript:
1417
name: TypeScript Tests

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ on:
1212
schedule:
1313
- cron: '0 22 * * 3'
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
integration-tests:
1720
name: Integration Test
1821
runs-on: ubuntu-latest
22+
permissions:
23+
contents: write
1924
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
2025

2126
steps:

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
types:
1010
- completed
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
release:
1417
name: release

0 commit comments

Comments
 (0)