Skip to content

refactor: Export toCamelCase util #100

refactor: Export toCamelCase util

refactor: Export toCamelCase util #100

Workflow file for this run

name: Build, Lint and Test
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '20'
- uses: pnpm/[email protected]
with:
version: 8
- name: Install dependency
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build
- name: Test
run: pnpm test