mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-05-28 12:08:41 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/jsOMS into develop
This commit is contained in:
commit
ddb28a7142
38
.github/workflows/main.yml
vendored
38
.github/workflows/main.yml
vendored
|
|
@ -26,22 +26,22 @@ jobs:
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: eslint
|
- name: eslint
|
||||||
run: npx eslint ./ -c Build/Config/.eslintrc.json
|
run: npx eslint ./ -c Build/Config/.eslintrc.json
|
||||||
linting:
|
# linting:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
# if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||||
strategy:
|
# strategy:
|
||||||
fail-fast: false
|
# fail-fast: false
|
||||||
max-parallel: 3
|
# max-parallel: 3
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout Repository
|
# - name: Checkout Repository
|
||||||
uses: actions/checkout@main
|
# uses: actions/checkout@main
|
||||||
with:
|
# with:
|
||||||
fetch-depth: 0
|
# fetch-depth: 0
|
||||||
submodules: recursive
|
# submodules: recursive
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
# token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Lint Code Base
|
# - name: Lint Code Base
|
||||||
uses: github/super-linter/slim@v4
|
# uses: github/super-linter/slim@v4
|
||||||
env:
|
# env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
# VALIDATE_ALL_CODEBASE: false
|
||||||
DEFAULT_BRANCH: develop
|
# DEFAULT_BRANCH: develop
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
|
||||||
8945
package-lock.json
generated
8945
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^91.0.1",
|
"chromedriver": "^91.0.1",
|
||||||
"eslint": "^8.12.0",
|
"eslint": "^8.12.0",
|
||||||
"geckodriver": "^2.0.1",
|
"geckodriver": "^3.0.2",
|
||||||
"selenium-webdriver": "^4.0.0-beta.4"
|
"selenium-webdriver": "^4.0.0-beta.4"
|
||||||
},
|
},
|
||||||
"author": "Dennis Eichhorn",
|
"author": "Dennis Eichhorn",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user