Skip to content

Commit

Permalink
Merge pull request #30 from cryptlex/muneeb/codium
Browse files Browse the repository at this point in the history
feat: add codium-pr-agent.yml
  • Loading branch information
ahmad-kemsan authored Jun 7, 2024
2 parents 69f6647 + 3ddebbd commit 4f256af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codium-pr-agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Codium Review

on:
pull_request:
types: [opened, reopened, ready_for_review]
issue_comment:

jobs:
call-workflow:
uses: cryptlex/github-actions/.github/workflows/codium_pr_agent.yml@main
secrets: inherit

0 comments on commit 4f256af

Please sign in to comment.