Skip to content

fix: zebar marketplace doesn't like uppercase letters #115

fix: zebar marketplace doesn't like uppercase letters

fix: zebar marketplace doesn't like uppercase letters #115

Workflow file for this run

name: Lint and Format
on:
push:
branches:
- main
pull_request:
jobs:
lint-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint # both lint and format check