Skip to content

refactor(core/ui): update UI selection prompt and fix step display logic #63

refactor(core/ui): update UI selection prompt and fix step display logic

refactor(core/ui): update UI selection prompt and fix step display logic #63

Workflow file for this run

name: Lint
on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: pnpm
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: nci
- name: ESLint
run: pnpm lint
- name: cargo fmt
run: cd packages/gui && cargo fmt --check