Skip to content

Auton changes and stuffs #12

Auton changes and stuffs

Auton changes and stuffs #12

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 .