Skip to content

Create pull_request_template.md #10

Create pull_request_template.md

Create pull_request_template.md #10

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 .