Skip to content

test(dropdownsConfig): Add tests on filterOption #107

test(dropdownsConfig): Add tests on filterOption

test(dropdownsConfig): Add tests on filterOption #107

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Lint code
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn --immutable
- name: Run lint and prettier
run: yarn format