mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-01-06 14:57:56 -05:00
12 lines
221 B
YAML
12 lines
221 B
YAML
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
|