Skip to content

Commit

Permalink
Fix Formatting of codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale committed Mar 18, 2024
1 parent 7524f2c commit 02fb221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: ["master"]
pull_request:
branches: [ "master" ]
branches: ["master"]
schedule:
- cron: "21 10 * * 2"

Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
Expand Down

0 comments on commit 02fb221

Please sign in to comment.