Skip to content

Update CODEOWNERS

Update CODEOWNERS #7

Workflow file for this run

name: Prettier Lint
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Prettier Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install prettier -g
- name: Run prettier
run: npx prettier --check .