Skip to content

Commit 1724b57

Browse files
authored
Add new GH action for checking URLs (#71)
* Add new GH action for checking URLs * Exclude base URL for downloads * Update action naming
1 parent 48b2535 commit 1724b57

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on: pull_request
22

3-
name: Vale Lint
3+
name: Lint
44

55
jobs:
6-
vale:
6+
lint:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out repository
@@ -16,3 +16,9 @@ jobs:
1616
filter_mode: nofilter
1717
reporter: github-pr-review
1818
token: ${{secrets.GITHUB_TOKEN}}
19+
20+
- name: Check URLs in Quarto files
21+
uses: urlstechie/urlchecker-action@master
22+
with:
23+
file_types: .qmd
24+
exclude_patterns: https://cdn.posit.co/positron/prereleases/

0 commit comments

Comments
 (0)