Skip to content

Commit

Permalink
chore(ci/license): license github action (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini authored Sep 3, 2023
1 parent 7ef627c commit 7d4518a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: license

on:
schedule:
- cron: "0 0 1 1 *"

jobs:
license:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d4518a

Please sign in to comment.