chore(deps-dev): bump tailwindcss from 4.1.11 to 4.1.16 #954
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint files | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| concurrency: | |
| group: Lint files ${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| php: | |
| name: Lint PHP files | |
| uses: monicahq/workflows/.github/workflows/lint_php.yml@v2 | |
| vue: | |
| name: Lint Vue files | |
| uses: monicahq/workflows/.github/workflows/lint_vue.yml@v2 | |
| with: | |
| node-version: 22 |