10000 Update upgrading guide · activeadmin/activeadmin@e131141 · GitHub
[go: up one dir, main page]

Skip to content

Bump tailwind from 3.4.17 to 4.1.7 #24

Bump tailwind from 3.4.17 to 4.1.7

Bump tailwind from 3.4.17 to 4.1.7 #24

Workflow file for this run

name: Typos
on:
pull_request:
jobs:
typos:
name: Run typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-typos@v1
with:
fail_level: any
filter_mode: nofilter # added (default), diff_context, file, nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
0