Skip to content

Commit 0e9c84e

Browse files
committed
Start running lychee and snippet validation again
1 parent 627cd10 commit 0e9c84e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint and check formatting
33
on: pull_request
44

55
jobs:
6-
prettier-check:
6+
check:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4

.github/workflows/docs-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Docs validation
66
on:
77
pull_request:
88
branches:
9-
- main
9+
- source
1010
push:
1111
branches:
12-
- main
12+
- source
1313

1414
jobs:
1515
link-check:

0 commit comments

Comments
 (0)