add copyright update workflow

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-10-14 11:08:29 +02:00
parent 10495fd56e
commit e2f76b8685

13
.github/workflows/update-copyright.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Update Copyright
on:
workflow_dispatch:
schedule:
- cron: '00 12 * * *'
jobs:
update-copyright:
name: update copyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4