Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CodrJS/ts-jsr-template into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBulmer committed Jul 19, 2024
2 parents 9c6370d + 77ebf51 commit 5fab8a5
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 5fab8a5

Please sign in to comment.