Skip to content

Bump tailwindcss from 3.4.6 to 3.4.7 #58

Bump tailwindcss from 3.4.6 to 3.4.7

Bump tailwindcss from 3.4.6 to 3.4.7 #58

Workflow file for this run

---
name: pre-commit checks
on: # yamllint disable-line rule:truthy
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