Skip to content

Commit

Permalink
docs: remove unnecessary step (#62)
Browse files Browse the repository at this point in the history
This step is not needed, because the cache is already managed by `bazel-contrib/.github/.github/workflows`
  • Loading branch information
mgred committed Jan 26, 2024
1 parent 1577d0d commit abde641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Ready to get started? Copy this repo, then
1. rename directory "mylang" similarly
1. run `pre-commit install` to get lints (see CONTRIBUTING.md)
1. if you don't need to fetch platform-dependent tools, then remove anything toolchain-related.
1. update the `actions/cache@v2` bazel cache key in [.github/workflows/ci.yaml](.github/workflows/ci.yaml) and [.github/workflows/release.yml](.github/workflows/release.yml) to be a hash of your source files.
1. (optional) install the [Renovate app](https://github.com/apps/renovate) to get auto-PRs to keep the dependencies up-to-date.
1. delete this section of the README (everything up to the SNIP).

Expand Down

0 comments on commit abde641

Please sign in to comment.