Skip to content

chore: use exact prettier version in lint workflow #85

chore: use exact prettier version in lint workflow

chore: use exact prettier version in lint workflow #85

Workflow file for this run

name: Run Prettier
on:
push:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Prettier
run: npm install -g prettier@^3.0.3 && npx prettier --check .