Skip to content

build(deps): bump tailwindcss from 3.4.3 to 3.4.15 #190

build(deps): bump tailwindcss from 3.4.3 to 3.4.15

build(deps): bump tailwindcss from 3.4.3 to 3.4.15 #190

Workflow file for this run

name: ESLint Check
on:
push:
branches:
- '*'
paths:
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- "**/*.mjs"
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run ESLint
run: bun run lint