Lint: Make Happy :)

This commit is contained in:
arashagp
2025-01-02 11:27:05 +03:30
parent 36fda1bf88
commit 382108525b
5 changed files with 12 additions and 11 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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/*

View File

@@ -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

View File

@@ -1,4 +1,5 @@
{ {
"prettier.singleQuote": true,
"cSpell.words": [ "cSpell.words": [
"wireit" "wireit"
] ]