Add Prettier to table update workflow
This commit is contained in:
parent
bd2e041bd7
commit
774a9b7280
1 changed files with 6 additions and 0 deletions
6
.github/workflows/updatetable.yml
vendored
6
.github/workflows/updatetable.yml
vendored
|
@ -23,6 +23,12 @@ jobs:
|
|||
- name: Run script
|
||||
run: python .github/tablegen.py
|
||||
|
||||
- name: Prettify markdown
|
||||
uses: creyD/prettier_action@v3.1
|
||||
with:
|
||||
prettier_options: --write .github/README.md
|
||||
dry: True
|
||||
|
||||
- name: Git commit and push
|
||||
run: |
|
||||
git config user.email 'actions@github.com'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue