Skip to content

Commit

Permalink
labeler test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Dec 11, 2024
1 parent 7896038 commit 5f1bc6e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
cancel-in-progress: true

jobs:
pre-test:
uses: ./.github/workflows/pre-test.yml

# Megatron Report Clean
megatron-report-clean:
uses: ./.github/workflows/report-clean.yml
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/pre.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: pre

jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Run TruffleHog
uses: trufflesecurity/trufflehog@v7
with:
path: '.'

0 comments on commit 5f1bc6e

Please sign in to comment.