Fix awesome-lint CI workflow in general and current violations in particular (#98)

Co-authored-by: Johannes Nicolai <jonico@poolside.ai>
This commit is contained in:
Romain Lespinasse 2025-03-08 21:24:12 +01:00 committed by GitHub
parent df9a39d8f5
commit fb70410b32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ jobs:
- textlint-titlecase
steps:
- uses: actions/checkout@v4
# so awesome-lint can check the repo age
fetch-depth: 0
- uses: taiki-e/install-action@just