Add Prettier to table update workflow

This commit is contained in:
akp 2020-12-06 15:11:21 +00:00
parent bd2e041bd7
commit 774a9b7280
No known key found for this signature in database
GPG key ID: D3E7EAA31B39637E

View file

@ -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'