Skip to content

Bump tailwindcss from 3.4.10 to 3.4.14 #1945

Bump tailwindcss from 3.4.10 to 3.4.14

Bump tailwindcss from 3.4.10 to 3.4.14 #1945

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx