Skip to content

ci eslint fix for the no-constant-binary-expression error #27

ci eslint fix for the no-constant-binary-expression error

ci eslint fix for the no-constant-binary-expression error #27

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 7
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
- run: pnpm install --no-frozen-lockfile
- run: pnpm run ci