chore: update lint rules and baselines (#442)

This commit is contained in:
Naveen Singh 2025-06-24 16:14:54 +05:30 committed by GitHub
parent 6c8b4324d3
commit 432ea617c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 825 additions and 567 deletions

View file

@ -0,0 +1,11 @@
name: Update lint baselines
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
jobs:
update-lint-baselines:
uses: FossifyOrg/.github/.github/workflows/update-lint-baselines.yml@main
secrets: inherit