Skip to content

fix(EquipList): mismatched field names with cargo table (#165) #581

fix(EquipList): mismatched field names with cargo table (#165)

fix(EquipList): mismatched field names with cargo table (#165) #581

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node Environment
uses: ./.github/actions/setup-node
- name: Lint
run: pnpm run lint
- name: Build
run: pnpm run build