Skip to content

Commit

Permalink
Fix a typo in the Github action and README.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687470528
  • Loading branch information
Ant2888 committed Oct 19, 2024
1 parent fab509a commit 0763d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Save bazel cache
uses: actions/cache/save@v4
# Only create a new cache entry if we're on the main branch or the build takes >5mins.
if: github.ref_name == "main" || env.duration > 300
if: github.ref_name == 'main' || env.duration > 300
with:
path: "~/.cache/bazel"
key: bazel-${{ hashFiles('MODULE.bazel', 'WORKSPACE.bazel', '.bazelrc') }}-${{ github.ref_name }}-${{ github.run_id }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ programming, and reasoning about packet-switched networks. Key features include:
* Strong mathematical foundation.

If you want to learn more, you may check out the list of
[pulbications on NetKAT](#academic-publications-on-netkat) below. In the future,
[publications on NetKAT](#academic-publications-on-netkat) below. In the future,
we also hope to provide a gentler introduction to NetKAT in the form of a
tutorial.

Expand Down

0 comments on commit 0763d95

Please sign in to comment.