Skip to content

Commit

Permalink
feat: added new logo & semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobertoldo committed Jun 15, 2022
1 parent f34d36e commit 9611703
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -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'

Expand All @@ -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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github/workflows/codeql-analysis.yml
node_modules
CHANGELOG.md
LICENSE.md
Expand Down

0 comments on commit 9611703

Please sign in to comment.