mirror of https://github.com/aldy505/code.git
chore: add funding
This commit is contained in:
parent
db6cb6b0a1
commit
4ca53afb38
|
@ -0,0 +1,3 @@
|
||||||
|
github: aldy505
|
||||||
|
ko_fi: aldy505
|
||||||
|
liberapay: aldy505
|
|
@ -17,10 +17,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup nodejs
|
- name: Setup nodejs
|
||||||
uses: actions/setup-node@v2.1.4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@ jobs:
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v2
|
||||||
with:
|
with:
|
||||||
languages: javascript
|
languages: javascript
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v2
|
||||||
|
|
|
@ -12,7 +12,7 @@ See [CONTRIBUTING](https://github.com/aldy505/code/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
```
|
```
|
||||||
Code is a codebase for code.reinaldyrafli.com
|
Code is a codebase for code.reinaldyrafli.com
|
||||||
Copyright (C) 2021-present Reinaldy Rafli
|
Copyright (C) 2021-present Reinaldy Rafli <aldy505@proton.me>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -26,4 +26,4 @@ GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue