Skip to content

Commit

Permalink
feat: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 11, 2023
1 parent 4c11c9f commit b24939f
Show file tree
Hide file tree
Showing 77 changed files with 9,450 additions and 31,602 deletions.
24 changes: 0 additions & 24 deletions .eslintrc

This file was deleted.

19 changes: 19 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
root: true,
env: {
node: true
},
parser: '@typescript-eslint/parser',
parserOptions: {
sourceType: 'module'
},
plugins: ['@typescript-eslint/eslint-plugin', 'prettier'],
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier'
],
rules: {
'@typescript-eslint/no-non-null-assertion': 'off'
}
}
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/ci.yml

This file was deleted.

78 changes: 39 additions & 39 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Code scanning - action"
# https://github.com/github/codeql-action
name: 'Code scanning - action'

on:
push:
Expand All @@ -8,45 +9,44 @@ on:

jobs:
CodeQL-Build:

# CodeQL runs on ubuntu-latest and windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Checkout repository
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
20 changes: 0 additions & 20 deletions .github/workflows/licensed.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/Actions-R-Us/actions-tagger
name: Keep the versions up-to-date

on:
Expand All @@ -8,8 +9,6 @@ jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@95c51c646e75db5c6b7d447e3087bcee58677341
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'
publish_latest_tag: true
14 changes: 0 additions & 14 deletions .licensed.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .licenses/npm/@actions/core.dep.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .licenses/npm/@actions/exec.dep.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .licenses/npm/@actions/github.dep.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .licenses/npm/@actions/http-client.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/auth-token.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/endpoint.dep.yml

This file was deleted.

Loading

0 comments on commit b24939f

Please sign in to comment.