Skip to content

Update CODEOWNERS

Update CODEOWNERS #243

Workflow file for this run

name: Formatting
on: [push]
jobs:
lint:
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,json}" --check