Skip to content

Commit

Permalink
Create idp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushas42 authored Jan 19, 2024
0 parents commit 585ba1e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/idp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Greenframe Analysis
on: [push]
jobs:
greenframeci:
runs-on: ubuntu-latest
name: GreenFrame
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all the git history to enable git comparison
- name: GreenFrame Analysis
uses: marmelab/[email protected]
env:
GREENFRAME_SECRET_TOKEN: ${{secrets.GREENFRAME_SECRET_TOKEN}}

0 comments on commit 585ba1e

Please sign in to comment.