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 627cd10 commit 0e9c84eCopy full SHA for 0e9c84e
.github/workflows/check.yml
@@ -3,7 +3,7 @@ name: Lint and check formatting
3
on: pull_request
4
5
jobs:
6
- prettier-check:
+ check:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
.github/workflows/docs-validation.yml
@@ -6,10 +6,10 @@ name: Docs validation
on:
pull_request:
branches:
- - main
+ - source
10
push:
11
12
13
14
15
link-check:
0 commit comments