1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00
docker-adsb-ultrafeeder/.github/workflows/pre-commit-updates.yaml

19 lines
395 B
YAML
Raw Normal View History

2023-10-10 15:25:53 +00:00
name: Update pre-commit hooks
on:
workflow_dispatch:
schedule:
2023-10-26 15:14:15 +00:00
- cron: 0 0 * * 0
2023-10-10 15:25:53 +00:00
jobs:
2024-06-23 08:18:50 +00:00
pre-commit-update:
2023-10-10 15:25:53 +00:00
runs-on: ubuntu-latest
2024-06-23 08:18:50 +00:00
name: Updates
2023-10-10 15:25:53 +00:00
steps:
2024-06-23 08:18:50 +00:00
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Update pre-commit hooks
uses: brokenpip3/action-pre-commit-update@0.0.1
2023-10-10 15:25:53 +00:00
with:
2024-06-23 08:18:50 +00:00
github-token: ${{ secrets.GITHUB_TOKEN }}