Lint: Make Happy :)
This commit is contained in:
4
.github/workflows/build-lint-test.yaml
vendored
4
.github/workflows/build-lint-test.yaml
vendored
@@ -6,9 +6,9 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
description: "Node.js version"
|
||||
description: 'Node.js version'
|
||||
required: true
|
||||
default: "lts/*"
|
||||
default: 'lts/*'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
|
||||
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: ["TypeScript", "JavaScript"]
|
||||
language: ['TypeScript', 'JavaScript']
|
||||
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
|
||||
|
||||
steps:
|
||||
|
||||
6
.github/workflows/publish-npm.yml
vendored
6
.github/workflows/publish-npm.yml
vendored
@@ -6,14 +6,14 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
description: "Node.js version"
|
||||
description: 'Node.js version'
|
||||
required: true
|
||||
default: "lts/*"
|
||||
default: 'lts/*'
|
||||
type: string
|
||||
secrets:
|
||||
NPM_TOKEN:
|
||||
required: true
|
||||
description: "NPM token"
|
||||
description: 'NPM token'
|
||||
|
||||
env:
|
||||
NODE_VERSION: lts/*
|
||||
|
||||
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -6,20 +6,20 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
NODE_VERSION:
|
||||
description: "Node.js version"
|
||||
description: 'Node.js version'
|
||||
required: true
|
||||
default: "lts/*"
|
||||
default: 'lts/*'
|
||||
type: string
|
||||
secrets:
|
||||
GPG_KEY_ID:
|
||||
required: true
|
||||
description: "GPG key ID"
|
||||
description: 'GPG key ID'
|
||||
BOT_TOKEN:
|
||||
required: true
|
||||
description: "Nexim Bot token"
|
||||
description: 'Nexim Bot token'
|
||||
GPG_PRIVATE_KEY:
|
||||
required: true
|
||||
description: "GPG private key"
|
||||
description: 'GPG private key'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"prettier.singleQuote": true,
|
||||
"cSpell.words": [
|
||||
"wireit"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user