From 382108525b455b956148cabebdca2d9387deda0d Mon Sep 17 00:00:00 2001 From: arashagp Date: Thu, 2 Jan 2025 11:27:05 +0330 Subject: [PATCH] Lint: Make Happy :) --- .github/workflows/build-lint-test.yaml | 4 ++-- .github/workflows/codeql.yaml | 2 +- .github/workflows/publish-npm.yml | 6 +++--- .github/workflows/release.yaml | 10 +++++----- .vscode/settings.json | 1 + 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-lint-test.yaml b/.github/workflows/build-lint-test.yaml index 876ebb0..0e347c1 100644 --- a/.github/workflows/build-lint-test.yaml +++ b/.github/workflows/build-lint-test.yaml @@ -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: diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 90ab119..1c6bbec 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -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: diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c0e3850..2598415 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -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/* diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c38e43..0b6cabc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index 03f04a6..85f4e50 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "prettier.singleQuote": true, "cSpell.words": [ "wireit" ]