Skip to content

Merge branch 'vision-improvements' of https://github.com/team6101/202… #9

Merge branch 'vision-improvements' of https://github.com/team6101/202…

Merge branch 'vision-improvements' of https://github.com/team6101/202… #9

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 .