Skip to content

Tell the user to use ubuntu. #259

Tell the user to use ubuntu.

Tell the user to use ubuntu. #259

name: Code Quality Check
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
prettier:
name: Prettier
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install
working-directory: ./launcher
- run: npm run format:check
working-directory: ./launcher