Skip to content

build(deps-dev): bump tailwind-merge from 1.14.0 to 2.1.0 #727

build(deps-dev): bump tailwind-merge from 1.14.0 to 2.1.0

build(deps-dev): bump tailwind-merge from 1.14.0 to 2.1.0 #727

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- name: install dependencies
run: npm ci
- name: format
run: npm run format-ci
- name: lint
run: npm run lint:eslint