Skip to content

Commit e7baaec

Browse files
committed
Run: ./scripts/pre_commit_hook_all.sh
1 parent d4c7b55 commit e7baaec

36 files changed

+158
-154
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test
100100
################################
101101
# Load any settings which are specific to the current user. Needs to be *last* statement
102102
# in this config, as the user configuration should be able to overwrite flags from this file.
103-
try-import .bazelrc.user
103+
try-import .bazelrc.user

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.0
1+
6.4.0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: ci
22
on:
33
push:
44
branches:
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
16+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
1717
- uses: actions/cache@v3
1818
with:
1919
key: mkdocs-material-${{ env.cache_id }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ __pycache__
77
*.log
88

99
# generated by mkdocs
10-
site/
10+
site/

0 commit comments

Comments
 (0)