Skip to content

fix(deps): update dependency camel-case to v5 - autoclosed #531

fix(deps): update dependency camel-case to v5 - autoclosed

fix(deps): update dependency camel-case to v5 - autoclosed #531

Workflow file for this run

name: Linter
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "yarn"
- run: yarn install
- run: yarn lint
- run: yarn format --check
- run: yarn typecheck
- run: yarn build