Skip to content

Commit 3400027

Browse files
chore: Add workflow for docs verification #WPB-19997
* Rename docs verification for workflow
1 parent 4da4d59 commit 3400027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'docs/**'
88

99
jobs:
10-
tests:
10+
docs-verification:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v5

docs/src/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# App Permissions
1+
# Permissions
22

33
Permissions define what your app is allowed to do inside the platform.
44

0 commit comments

Comments
 (0)