pull/30/head
Jonas Kruckenberg 3 years ago
parent 9a1fa9acbc
commit 36698d1436

@ -3,7 +3,11 @@
"browser": true, "browser": true,
"es2021": true "es2021": true
}, },
"extends": ["prettier", "eslint:recommended", "plugin:@typescript-eslint/recommended"], "extends": [
"prettier",
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"overrides": [], "overrides": [],
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {

@ -3,19 +3,19 @@ name: Audit JavaScript
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
push: push:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-javascript.yml' - ".github/workflows/audit-javascript.yml"
- "**/pnpm-lock.yaml" - "**/pnpm-lock.yaml"
- "**/package.json" - "**/package.json"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-javascript.yml' - ".github/workflows/audit-javascript.yml"
- "**/pnpm-lock.yaml" - "**/pnpm-lock.yaml"
- "**/package.json" - "**/package.json"

@ -3,19 +3,19 @@ name: Audit Rust
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
push: push:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-rust.yml' - ".github/workflows/audit-rust.yml"
- "**/Cargo.lock" - "**/Cargo.lock"
- "**/Cargo.toml" - "**/Cargo.toml"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-rust.yml' - ".github/workflows/audit-rust.yml"
- "**/Cargo.lock" - "**/Cargo.lock"
- "**/Cargo.toml" - "**/Cargo.toml"

@ -5,21 +5,21 @@ on:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-javascript.yml' - ".github/workflows/lint-javascript.yml"
- 'plugins/*/guest-js/**' - "plugins/*/guest-js/**"
- '.eslintignore' - ".eslintignore"
- '.eslintrc.json' - ".eslintrc.json"
- '.prettierignore' - ".prettierignore"
- "**/package.json" - "**/package.json"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-javascript.yml' - ".github/workflows/lint-javascript.yml"
- 'plugins/*/guest-js/**' - "plugins/*/guest-js/**"
- '.eslintignore' - ".eslintignore"
- '.eslintrc.json' - ".eslintrc.json"
- '.prettierignore' - ".prettierignore"
- "**/package.json" - "**/package.json"
concurrency: concurrency:

@ -5,15 +5,15 @@ on:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-rust.yml' - ".github/workflows/lint-rust.yml"
- 'plugins/src/**' - "plugins/src/**"
- "**/Cargo.toml" - "**/Cargo.toml"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-rust.yml' - ".github/workflows/lint-rust.yml"
- 'plugins/src/**' - "plugins/src/**"
- "**/Cargo.toml" - "**/Cargo.toml"
concurrency: concurrency:

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

Loading…
Cancel
Save