Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cache action to lint workflow (#4517)
## What are you changing in this pull request and why? Adds caching to `lint` workflow to attempt to reduce bandwidth usage in Vercel. This also speeds up the workflow checks for Docs PRs as it no longer needs to wait to install all packages on each run. Initial run where node mods was cached (Under `Post Cache Node Modules`) https://github.com/dbt-labs/docs.getdbt.com/actions/runs/6936641309/job/18869155154 2nd run where `lint` workflow detects and uses cache (Under `Cache Node Modules`) https://github.com/dbt-labs/docs.getdbt.com/actions/runs/6936659386/job/18869211562 Ensure site is not nuked: https://docs-getdbt-com-git-cache-node-mods-ci-dbt-labs.vercel.app/
- Loading branch information