Skip to content

Update CODEOWNERS (#1996) #3647

Update CODEOWNERS (#1996)

Update CODEOWNERS (#1996) #3647

Workflow file for this run

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