Skip to content

Commit

Permalink
Merge pull request #2860 from alphagov/stylelint-cache
Browse files Browse the repository at this point in the history
Add ESLint and Stylelint caches to GitHub actions workflow
  • Loading branch information
colinrotherham committed Sep 30, 2022
2 parents b2f95c4 + 63dce70 commit 0b07a7f
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 195 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -35,7 +35,9 @@ jobs:
with:
key: task-cache
path: |
.cache/eslint
.cache/jest
.cache/stylelint
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 0b07a7f

Please sign in to comment.