Skip to content

Commit

Permalink
Reset workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm committed Jul 5, 2023
1 parent cca263d commit 46f2d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3

# prettier has no dependencies that need to be installed so we can skip this step
# - run: npm install
- run: npm install

- name: Check file format
run: npm run check:format
run: npm run check:format
6 changes: 2 additions & 4 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'

- run: npm install
- run: npm run build
- run: npm run _check:links

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

0 comments on commit 46f2d8e

Please sign in to comment.