Skip to content

chore(deps-dev): bump tailwindcss from 3.4.12 to 3.4.13 (#350) #888

chore(deps-dev): bump tailwindcss from 3.4.12 to 3.4.13 (#350)

chore(deps-dev): bump tailwindcss from 3.4.12 to 3.4.13 (#350) #888

Workflow file for this run

name: UI & CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-latest
needs: lint
name: Build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: yarn
- run: yarn build