Skip to content

Commit 8571d9f

Browse files
committed
chore: update licence and add prettier
1 parent 81998f7 commit 8571d9f

File tree

6 files changed

+513
-2
lines changed

6 files changed

+513
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Update copyright year(s) in license file
3+
4+
on:
5+
schedule:
6+
- cron: "0 3 1 1 *" # 03:00 AM on January 1
7+
8+
jobs:
9+
update-license-year:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
15+
- uses: FantasticFiasco/action-update-license-year@v2
16+
with:
17+
token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.db
22
.idea
3+
/node_modules

.prettierrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["prettier-plugin-sh"]
3+
}

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
# The MIT License (MIT)
22

3-
Copyright (c) 2012-2021 Daniel Gibbs
3+
Copyright (c) 2012-2022 Daniel Gibbs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)