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:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]
schedule:
- cron: '40 14 * * 6'
@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: ['javascript']
steps:
- name: Checkout repository