Skip to content

feat/autocomplete chip field #201

feat/autocomplete chip field

feat/autocomplete chip field #201

Workflow file for this run

name: Linter
on:
push:
branches:
- "*"
- "!master"
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '20.15.0'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run Linter
run: yarn lint
env:
CI: true