mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-17 16:20:52 +00:00
ci: update global workflows (#1907)
This commit is contained in:
parent
09ab49a869
commit
ef9ec40509
@ -1,21 +0,0 @@
|
||||
---
|
||||
version: "1.0"
|
||||
linter: jetbrains/qodana-js:2023.1-eap
|
||||
|
||||
bootstrap: |
|
||||
# install npm dependencies
|
||||
npm install
|
||||
|
||||
exclude:
|
||||
- name: All
|
||||
paths:
|
||||
- gh-pages
|
||||
- third-party
|
||||
|
||||
failThreshold: 100
|
||||
|
||||
include:
|
||||
- name: CheckDependencyLicenses
|
||||
|
||||
profile:
|
||||
name: qodana.recommended
|
@ -1,29 +0,0 @@
|
||||
---
|
||||
version: "1.0"
|
||||
linter: jetbrains/qodana-python:2023.1-eap
|
||||
|
||||
bootstrap: |
|
||||
# setup python
|
||||
|
||||
python3 -m venv /data/cache/venv
|
||||
source /data/cache/venv/bin/activate
|
||||
python3 -m pip install -r /data/project/docs/requirements.txt
|
||||
python3 -m pip install -r /data/project/scripts/requirements.txt
|
||||
|
||||
# remove idea directory (No Python interpreter configured for the project)
|
||||
# https://github.com/JetBrains/Qodana/discussions/134#discussioncomment-4329981
|
||||
rm -rf .idea
|
||||
|
||||
exclude:
|
||||
- name: All
|
||||
paths:
|
||||
- gh-pages
|
||||
- third-party
|
||||
|
||||
failThreshold: 100
|
||||
|
||||
include:
|
||||
- name: CheckDependencyLicenses
|
||||
|
||||
profile:
|
||||
name: qodana.recommended
|
Loading…
x
Reference in New Issue
Block a user