Skip to content

Commit

Permalink
Create codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Bulmer <[email protected]>
  • Loading branch information
Dylan Bulmer authored Jul 19, 2024
1 parent d8cc38e commit 77ebf51
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "CodeQL"

on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
paths-ignore:
- "**/*.md"
- "**/*.txt"

jobs:
analyze:
uses: CodrJS/cicd/.github/workflows/codeql.yml@main

0 comments on commit 77ebf51

Please sign in to comment.