Skip to content

chore(version): bump to 1.1.0 #30

chore(version): bump to 1.1.0

chore(version): bump to 1.1.0 #30

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint