Skip to content

Commit

Permalink
Final workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Mar 14, 2023
1 parent 15bebaf commit 7848b91
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check links and refcache
name: Check links and refcache # cSpell:ignore refcache

on:
pull_request:
Expand All @@ -11,12 +11,8 @@ jobs:
- uses: actions/checkout@v3

- run: npm install

- name: Build site
run: npm run build

- name: Check links
run: npm run _check:links
- run: npm run build
- run: npm run _check:links

- name: Fail on uncommitted refcache changes
run: npm run diff:fail

0 comments on commit 7848b91

Please sign in to comment.