Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Lee <[email protected]>
  • Loading branch information
garymm and oliverlee authored Jan 16, 2024
1 parent afbcd16 commit 2ee908f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: muont bazel disk cache
- name: mount bazel disk cache
uses: actions/cache@v3
with:
path: "~/.cache/bazel_disk_cache"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# This is the only one that writes to the cache, not restore.
# The contents of this stuff should not be dependent on build flags,
# so can be shared across all jobs.
# Somewhat arbitrary to hsve this be the one that writes to the cache;
# Somewhat arbitrary to have this be the one that writes to the cache;
# just taking advantage of the fact that this one is
# not a matrix and so only has one job.
uses: actions/cache@v3
Expand Down

0 comments on commit 2ee908f

Please sign in to comment.