Skip to content

ratchet

ratchet #74

Workflow file for this run

name: ratchet
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/*.yml'
schedule:
- cron: '0 11 * * *' # Run nightly at 11am UTC (3am Pacific, 6am Eastern)
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ratchet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6
with:
show-progress: false
sparse-checkout: '.github/'
- name: ratchet
uses: sethvargo/ratchet@27f7515b4648e179168f8f8ae2257636fdb03c48 # ratchet:sethvargo/ratchet@main
with:
files: .github/workflows/*.yml