We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba91c65 + 3d7a009 commit 512ba81Copy full SHA for 512ba81
3 files changed
.github/dependabot.yml
@@ -4,3 +4,8 @@ updates:
4
directory: /
5
schedule:
6
interval: daily
7
+
8
+ - package-ecosystem: npm
9
+ directory: /
10
+ schedule:
11
+ interval: daily
.github/workflows/codeql.yml
@@ -9,6 +9,9 @@ on:
- cron: '33 1 * * 2' # Run at 1:33 on Tuesdays
12
+permissions:
13
+ contents: read
14
15
jobs:
16
analyze:
17
name: Analyze (${{ matrix.language }})
.pre-commit-config.yaml
@@ -0,0 +1,14 @@
1
+repos:
2
+- repo: https://github.com/gitleaks/gitleaks
3
+ rev: v8.16.3
+ hooks:
+ - id: gitleaks
+- repo: https://github.com/pocc/pre-commit-hooks
+ rev: v1.3.5
+ - id: cpplint
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.4.0
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
0 commit comments