Merge e593957756d629b4b0a8d8114889ac58f5943173 into feature/238_bugfixes #3653
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Formatting | |
on: [push] | |
jobs: | |
prettier: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-node@v2-beta | |
with: | |
node-version: '14' | |
- name: prettier | |
run: | | |
npx prettier "**/*.{html,md,yml,yaml}" --check |