Skip to content

feat(component): dropdown #72

feat(component): dropdown

feat(component): dropdown #72

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm i -g pnpm@7
- run: pnpm install
- run: pnpm run eslint:check