From b7e2ed270b84a2c0138c377494548f62340cf005 Mon Sep 17 00:00:00 2001 From: Daniel Jettka Date: Thu, 28 Nov 2024 07:00:57 +0100 Subject: [PATCH] Update fair-software.yml --- .github/workflows/fair-software.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/fair-software.yml b/.github/workflows/fair-software.yml index c0a23502e..d1fa0a4c2 100644 --- a/.github/workflows/fair-software.yml +++ b/.github/workflows/fair-software.yml @@ -7,12 +7,9 @@ jobs: name: "fair-software" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - ref: ftr/478-add-more-badges - - uses: fair-software/howfairis-github-action@0.2.1 - name: Measure compliance with fair-software.eu recommendations - env: - PYCHARM_HOSTED: "Trick colorama into displaying colored output" - with: - MY_REPO_URL: "https://github.com/${{ github.repository }}" \ No newline at end of file + - uses: fair-software/howfairis-github-action@0.2.1 + name: Measure compliance with fair-software.eu recommendations + env: + PYCHARM_HOSTED: "Trick colorama into displaying colored output" + with: + MY_REPO_URL: "https://github.com/${{ github.repository }}"