Skip to content

Bump tailwindcss from 3.4.3 to 3.4.4 #54

Bump tailwindcss from 3.4.3 to 3.4.4

Bump tailwindcss from 3.4.3 to 3.4.4 #54

Workflow file for this run

name: pre-commit checks
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pre-commit
run: |
sudo pip install pre-commit
pre-commit autoupdate
- name: Run pre-commit checks on all files
run: pre-commit run --all-files