From 585ba1e49401ed930c54d635085574953b0072c3 Mon Sep 17 00:00:00 2001 From: Anushas42 <113912279+Anushas42@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:57:03 +0530 Subject: [PATCH] Create idp.yml --- .github/workflows/idp.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/idp.yml diff --git a/.github/workflows/idp.yml b/.github/workflows/idp.yml new file mode 100644 index 0000000..0da2ee8 --- /dev/null +++ b/.github/workflows/idp.yml @@ -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/greenframe-action@1.0.0 + env: + GREENFRAME_SECRET_TOKEN: ${{secrets.GREENFRAME_SECRET_TOKEN}}