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