Skip to content

Commit

Permalink
add copyright update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Oct 14, 2024
1 parent 10495fd commit e2f76b8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/update-copyright.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2f76b8

Please sign in to comment.