Skip to content

Merge pull request #1 from WTMCRobotics/nstringham/prettier #2

Merge pull request #1 from WTMCRobotics/nstringham/prettier

Merge pull request #1 from WTMCRobotics/nstringham/prettier #2

Workflow file for this run

name: CI
on:
- push
- workflow_dispatch
jobs:
lint:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npx prettier -c .