mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Disable pre-commit workflow and update mkdocs emoji configuration
This commit is contained in:
31
.github/workflows/pre-commit.yml
vendored
31
.github/workflows/pre-commit.yml
vendored
@ -1,15 +1,16 @@
|
|||||||
name: pre-commit
|
# disabled. We might run it manually if needed.
|
||||||
|
#name: pre-commit
|
||||||
on:
|
#
|
||||||
pull_request:
|
#on:
|
||||||
push:
|
# pull_request:
|
||||||
branches: [main]
|
# push:
|
||||||
|
# branches: [main]
|
||||||
jobs:
|
#
|
||||||
pre-commit:
|
#jobs:
|
||||||
runs-on: ubuntu-latest
|
# pre-commit:
|
||||||
steps:
|
# runs-on: ubuntu-latest
|
||||||
- uses: actions/checkout@v3
|
# steps:
|
||||||
- uses: actions/setup-python@v5
|
# - uses: actions/checkout@v3
|
||||||
# SEE https://github.com/pre-commit/action
|
# - uses: actions/setup-python@v5
|
||||||
- uses: pre-commit/action@v3.0.1
|
# # SEE https://github.com/pre-commit/action
|
||||||
|
# - uses: pre-commit/action@v3.0.1
|
||||||
|
@ -145,8 +145,8 @@ markdown_extensions:
|
|||||||
- md_in_html
|
- md_in_html
|
||||||
- attr_list
|
- attr_list
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: "!!python/name:material.extensions.emoji.twemoji"
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: "!!python/name:material.extensions.emoji.to_svg"
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- toc:
|
- toc:
|
||||||
title: On this page
|
title: On this page
|
||||||
toc_depth: 3
|
toc_depth: 3
|
||||||
|
Reference in New Issue
Block a user