repo.or.cz
/
KDIS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old changelog
[KDIS.git]
/
.github
/
workflows
/
license.yaml
blob
6984017d050394ac80476ea66e21902d444c0984
1
name: license
2
3
on:
4
schedule:
5
- cron: "0 0 1 1 *"
6
7
jobs:
8
license:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v3
13
with:
14
fetch-depth: 0
15
16
- uses: FantasticFiasco/action-update-license-year@v3
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}