mirror of
https://github.com/fmhy/edit.git
synced 2026-01-24 21:01:21 +11:00
style: format with new style
This commit is contained in:
parent
bc3bbaafeb
commit
ef422dcda8
43 changed files with 686 additions and 583 deletions
4
.github/workflows/single-page.yml
vendored
4
.github/workflows/single-page.yml
vendored
|
|
@ -19,10 +19,10 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Create local changes
|
||||
run: python .github/single-page.py
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "♻️ update single page"
|
||||
commit_message: '♻️ update single page'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue