File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1
- name : pre-commit
2
-
3
- on :
4
- pull_request :
5
- push :
6
- branches : [main]
7
-
8
- jobs :
9
- pre-commit :
10
- runs-on : ubuntu-latest
11
- steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-python@v5
14
- # SEE https://github.com/pre-commit/action
15
- -
uses :
pre-commit/[email protected]
1
+ # disabled. We might run it manually if needed.
2
+ # name: pre-commit
3
+ #
4
+ # on:
5
+ # pull_request:
6
+ # push:
7
+ # branches: [main]
8
+ #
9
+ # jobs:
10
+ # pre-commit:
11
+ # runs-on: ubuntu-latest
12
+ # steps:
13
+ # - uses: actions/checkout@v3
14
+ # - uses: actions/setup-python@v5
15
+ # # SEE https://github.com/pre-commit/action
16
+ # - uses: pre-commit/[email protected]
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ markdown_extensions:
145
145
- md_in_html
146
146
- attr_list
147
147
- pymdownx.emoji :
148
- emoji_index : " !!python/name:material.extensions.emoji.twemoji"
149
- emoji_generator : " !!python/name:material.extensions.emoji.to_svg"
148
+ emoji_index : !!python/name:material.extensions.emoji.twemoji
149
+ emoji_generator : !!python/name:material.extensions.emoji.to_svg
150
150
- toc :
151
151
title : On this page
152
152
toc_depth : 3
You can’t perform that action at this time.
0 commit comments