From a75f7ba223773655abf8f76624ff270cd2748f26 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sat, 26 Aug 2023 16:05:30 +0200 Subject: [PATCH] chore: linting --- .github/workflows/codeql.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc921cb6218aa..de38ef4c56e1b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,16 +9,16 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "CodeQL" +name: 'CodeQL' on: push: - branches: ["main"] + branches: ['main'] pull_request: # The branches below must be a subset of the branches above - branches: ["main"] + branches: ['main'] schedule: - - cron: "0 0 * * 1" + - cron: '0 0 * * 1' permissions: contents: read @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - language: ["javascript", "typescript"] + language: ['javascript', 'typescript'] # CodeQL supports [ $supported-codeql-languages ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support @@ -75,4 +75,4 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4 with: - category: "/language:${{matrix.language}}" \ No newline at end of file + category: '/language:${{matrix.language}}'