Skip to content

Commit 39b4f1e

Browse files
committed
dlete
1 parent 8f4f602 commit 39b4f1e

File tree

2 files changed

+145
-145
lines changed

2 files changed

+145
-145
lines changed

.github/workflows/auto_build.yml

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
1-
name: auto_build
2-
3-
on:
4-
push:
5-
branches: [release]
6-
pull_request:
7-
branches: [release]
8-
9-
jobs:
10-
linux:
11-
name: Linux
12-
runs-on: ubuntu-latest
13-
timeout-minutes: 30
14-
steps:
15-
- uses: actions/checkout@v2
16-
17-
- name: Setup Node.js environment
18-
uses: actions/setup-node@v2
19-
with:
20-
node-version: 16
21-
22-
- name: Install Node.js modules
23-
run: npm install
24-
25-
- name: Update Node.js modules
26-
run: npm update
27-
28-
- name: Install vsce
29-
run: npm i -g vsce
30-
31-
- name: VSCE Packge
32-
run: |
33-
vsce package
34-
VSIX_FILE=$(find ./ -name '*vscode-leetcode-problem-rating*.vsix')
35-
echo "VSIX_FILE=$VSIX_FILE" >> $GITHUB_ENV
36-
echo $VSIX_FILE
37-
- uses: actions/upload-artifact@v2
38-
with:
39-
name: vsix_file
40-
path: ${{ env.VSIX_FILE }}
41-
42-
windows:
43-
name: Windows
44-
runs-on: windows-latest
45-
timeout-minutes: 30
46-
steps:
47-
- uses: actions/checkout@v2
48-
49-
- name: Setup Node.js environment
50-
uses: actions/setup-node@v2
51-
with:
52-
node-version: 16
53-
54-
- name: Install Node.js modules
55-
run: npm install
56-
57-
- name: Update Node.js modules
58-
run: npm update
59-
60-
- name: Install vsce
61-
run: npm i -g vsce
62-
63-
- name: VSCE Packge
64-
run: vsce package
65-
66-
darwin:
67-
name: macOS
68-
runs-on: macos-latest
69-
timeout-minutes: 30
70-
steps:
71-
- uses: actions/checkout@v2
72-
73-
- name: Setup Node.js environment
74-
uses: actions/setup-node@v2
75-
with:
76-
node-version: 16
77-
78-
- name: Install Node.js modules
79-
run: npm install
80-
81-
- name: Update Node.js modules
82-
run: npm update
83-
84-
- name: Install vsce
85-
run: npm i -g vsce
86-
87-
- name: VSCE Packge
88-
run: vsce package
1+
# name: auto_build
2+
3+
# on:
4+
# push:
5+
# branches: [release]
6+
# pull_request:
7+
# branches: [release]
8+
9+
# jobs:
10+
# linux:
11+
# name: Linux
12+
# runs-on: ubuntu-latest
13+
# timeout-minutes: 30
14+
# steps:
15+
# - uses: actions/checkout@v2
16+
17+
# - name: Setup Node.js environment
18+
# uses: actions/setup-node@v2
19+
# with:
20+
# node-version: 16
21+
22+
# - name: Install Node.js modules
23+
# run: npm install
24+
25+
# - name: Update Node.js modules
26+
# run: npm update
27+
28+
# - name: Install vsce
29+
# run: npm i -g vsce
30+
31+
# - name: VSCE Packge
32+
# run: |
33+
# vsce package
34+
# VSIX_FILE=$(find ./ -name '*vscode-leetcode-problem-rating*.vsix')
35+
# echo "VSIX_FILE=$VSIX_FILE" >> $GITHUB_ENV
36+
# echo $VSIX_FILE
37+
# - uses: actions/upload-artifact@v2
38+
# with:
39+
# name: vsix_file
40+
# path: ${{ env.VSIX_FILE }}
41+
42+
# windows:
43+
# name: Windows
44+
# runs-on: windows-latest
45+
# timeout-minutes: 30
46+
# steps:
47+
# - uses: actions/checkout@v2
48+
49+
# - name: Setup Node.js environment
50+
# uses: actions/setup-node@v2
51+
# with:
52+
# node-version: 16
53+
54+
# - name: Install Node.js modules
55+
# run: npm install
56+
57+
# - name: Update Node.js modules
58+
# run: npm update
59+
60+
# - name: Install vsce
61+
# run: npm i -g vsce
62+
63+
# - name: VSCE Packge
64+
# run: vsce package
65+
66+
# darwin:
67+
# name: macOS
68+
# runs-on: macos-latest
69+
# timeout-minutes: 30
70+
# steps:
71+
# - uses: actions/checkout@v2
72+
73+
# - name: Setup Node.js environment
74+
# uses: actions/setup-node@v2
75+
# with:
76+
# node-version: 16
77+
78+
# - name: Install Node.js modules
79+
# run: npm install
80+
81+
# - name: Update Node.js modules
82+
# run: npm update
83+
84+
# - name: Install vsce
85+
# run: npm i -g vsce
86+
87+
# - name: VSCE Packge
88+
# run: vsce package

.github/workflows/codeql-analysis.yml

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
12-
name: "CodeQL"
1+
# # For most projects, this workflow file will not need changing; you simply need
2+
# # to commit it to your repository.
3+
# #
4+
# # You may wish to alter this file to override the set of languages analyzed,
5+
# # or to provide custom queries or build logic.
6+
# #
7+
# # ******** NOTE ********
8+
# # We have attempted to detect the languages in your repository. Please check
9+
# # the `language` matrix defined below to confirm you have the correct set of
10+
# # supported CodeQL languages.
11+
# #
12+
# name: "CodeQL"
1313

14-
on:
15-
push:
16-
branches: ["release"]
14+
# on:
15+
# push:
16+
# branches: ["release"]
1717

18-
jobs:
19-
analyze:
20-
name: Analyze
21-
runs-on: ubuntu-latest
22-
permissions:
23-
actions: read
24-
contents: read
25-
security-events: write
18+
# jobs:
19+
# analyze:
20+
# name: Analyze
21+
# runs-on: ubuntu-latest
22+
# permissions:
23+
# actions: read
24+
# contents: read
25+
# security-events: write
2626

27-
strategy:
28-
fail-fast: false
29-
matrix:
30-
language: ["javascript"]
31-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
32-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
27+
# strategy:
28+
# fail-fast: false
29+
# matrix:
30+
# language: ["javascript"]
31+
# # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
32+
# # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3333

34-
steps:
35-
- name: Checkout repository
36-
uses: actions/checkout@v3
34+
# steps:
35+
# - name: Checkout repository
36+
# uses: actions/checkout@v3
3737

38-
# Initializes the CodeQL tools for scanning.
39-
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
41-
with:
42-
languages: ${{ matrix.language }}
43-
# If you wish to specify custom queries, you can do so here or in a config file.
44-
# By default, queries listed here will override any specified in a config file.
45-
# Prefix the list here with "+" to use these queries and those in the config file.
38+
# # Initializes the CodeQL tools for scanning.
39+
# - name: Initialize CodeQL
40+
# uses: github/codeql-action/init@v2
41+
# with:
42+
# languages: ${{ matrix.language }}
43+
# # If you wish to specify custom queries, you can do so here or in a config file.
44+
# # By default, queries listed here will override any specified in a config file.
45+
# # Prefix the list here with "+" to use these queries and those in the config file.
4646

47-
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
48-
# queries: security-extended,security-and-quality
47+
# # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
48+
# # queries: security-extended,security-and-quality
4949

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

55-
# ℹ️ Command-line programs to run using the OS shell.
56-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
55+
# # ℹ️ Command-line programs to run using the OS shell.
56+
# # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5757

58-
# If the Autobuild fails above, remove it and uncomment the following three lines.
59-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
58+
# # If the Autobuild fails above, remove it and uncomment the following three lines.
59+
# # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6060

61-
# - run: |
62-
# echo "Run, Build Application using script"
63-
# ./location_of_script_within_repo/buildscript.sh
61+
# # - run: |
62+
# # echo "Run, Build Application using script"
63+
# # ./location_of_script_within_repo/buildscript.sh
6464

65-
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v2
67-
with:
68-
category: "/language:${{matrix.language}}"
65+
# - name: Perform CodeQL Analysis
66+
# uses: github/codeql-action/analyze@v2
67+
# with:
68+
# category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)