Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
.github/workflows/codeql.yml
  • Loading branch information
crazyuploader committed Oct 24, 2024
1 parent c68d9b6 commit 79b7ff8
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: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
schedule:
- cron: "59 14 * * 0"

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

steps:
- name: Checkout
Expand Down

0 comments on commit 79b7ff8

Please sign in to comment.