chore(formatting): update CodeQL workflow

This commit is contained in:
Alexander Shelepenok 2022-04-17 14:25:18 +00:00 committed by GitHub
parent 0c5aa9b98d
commit f0f3e1c8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ name: "CodeQL"
on: on:
push: push:
branches: [ master ] branches: [master]
pull_request: pull_request:
branches: [ master ] branches: [master]
schedule: schedule:
- cron: '40 14 * * 6' - cron: '40 14 * * 6'
@ -20,7 +20,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'javascript' ] language: ['javascript']
steps: steps:
- name: Checkout repository - name: Checkout repository