Skip to content

Commit

Permalink
chore: added vibinex PR review GA
Browse files Browse the repository at this point in the history
  • Loading branch information
balub committed Nov 4, 2023
1 parent 2b0b52a commit a7740f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/repo-profiler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
repository_dispatch:
types: repo_profile_execution
jobs:
profile:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Repository Profiler
uses: Alokit-Innovations/repo-profiler@main

0 comments on commit a7740f7

Please sign in to comment.