mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-06 06:27:53 -05:00
14 lines
279 B
YAML
14 lines
279 B
YAML
name: Update lint baselines
|
|
|
|
on:
|
|
repository_dispatch:
|
|
types: [update-lint-baselines]
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 0 1 * *"
|
|
|
|
jobs:
|
|
update-lint-baselines:
|
|
uses: FossifyOrg/.github/.github/workflows/update-lint-baselines.yml@main
|
|
secrets: inherit
|