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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save