Skip to content

fix(deps): update dependency tailwindcss to v3.4.12 #1240

fix(deps): update dependency tailwindcss to v3.4.12

fix(deps): update dependency tailwindcss to v3.4.12 #1240

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
- run: yarn codegen
- run: yarn workspace app run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
- run: yarn workspace app run lint