Skip to content

Commit

Permalink
feat: Add pr-audit.yml, add the missing name field to the audit.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Dec 18, 2024
1 parent 1a26d62 commit 690deba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
cargo-deny:
runs-on: ubuntu-latest
name: Run cargo deny
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/pr-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pull Request Security Audit

on:
pull_request:
branches: [ 'canary' ]

jobs:
sg-lint:
runs-on: ubuntu-latest
name: Run ast-grep lint
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: ast-grep lint
uses: ast-grep/action@latest

0 comments on commit 690deba

Please sign in to comment.