Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

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