Skip to content

feat: add camel to snake and snake to camel in utils #32

feat: add camel to snake and snake to camel in utils

feat: add camel to snake and snake to camel in utils #32

Workflow file for this run

name: Linters
on:
pull_request:
types: [opened, synchronize]
jobs:
reviewdog:
name: 🧪 ESLint
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn install
- name: Run eslint with reviewdog
uses: reviewdog/action-eslint@v1.16.1
with:
eslint_flags: . --ext .js,.jsx,.ts,.tsx