Skip to content

chore: up version to 1.2.1 #14

chore: up version to 1.2.1

chore: up version to 1.2.1 #14

Workflow file for this run

name: Lint code
on: push
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint