From 96117033ab5f72efafc1bf05d93390f0c3f9af6d Mon Sep 17 00:00:00 2001 From: Matteo Bertoldo Date: Wed, 15 Jun 2022 12:56:29 +0200 Subject: [PATCH] feat: added new logo & semantic-release config --- .github/workflows/codeql-analysis.yml | 28 +++++++++++++-------------- .prettierignore | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8b13a7c..0e01adc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,10 +1,10 @@ -name: 'CodeQL' +name: "CodeQL" on: push: - branches: ['master'] + branches: [ "main" ] pull_request: - branches: ['master'] + branches: [ "main" ] schedule: - cron: '00 10 * * 6' @@ -20,19 +20,19 @@ jobs: strategy: fail-fast: false matrix: - language: ['javascript'] + language: [ 'javascript' ] steps: - - name: Checkout repository - uses: actions/checkout@v3 + - name: Checkout repository + uses: actions/checkout@v3 - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} - - name: Autobuild - uses: github/codeql-action/autobuild@v2 + - name: Autobuild + uses: github/codeql-action/autobuild@v2 - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 diff --git a/.prettierignore b/.prettierignore index 9b16013..2f023f8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ +.github/workflows/codeql-analysis.yml node_modules CHANGELOG.md LICENSE.md