Skip to content

Update CONTRIBUTING.md #11

Update CONTRIBUTING.md

Update CONTRIBUTING.md #11

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: Run prettier
run: npx prettier --check .