Skip to content

Update Copyright

Update Copyright #13

Workflow file for this run

---
name: Update Copyright
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 3 1 1 *"
jobs:
update-licence-year:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/licence@b45ffef611d12e0263916cf6f650a9b2cc13aa4f # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./.github/README.md