Skip to content

Commit

Permalink
Update fair-software.yml (#482)
Browse files Browse the repository at this point in the history
## Description, Context and related Issue
fair-software action was checking out feaure branch, now running on
default branch "develop"

<!--- This project only accepts pull requests related to open issues.
Please link to the issue here: -->
Refs #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you
ran. -->

## Types of changes
<!--- What types of changes does your code introduce? Please DELETE
options that are not relevant. -->
- Improvement

## Overview
<!--- Go over all the following points, and DELETE options that are not
relevant. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- I have performed a self-review of my code, according to the [style
guide](https://github.com/Edirom/Edirom-Online/blob/develop/STYLE-GUIDE.md)
- I have read the
[CONTRIBUTING](https://github.com/Edirom/Edirom-Online/blob/develop/CONTRIBUTING.md)
document.
  • Loading branch information
daniel-jettka authored Nov 28, 2024
2 parents 0fe4e61 + b7e2ed2 commit 9234322
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/fair-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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 }}"
- uses: fair-software/[email protected]
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 }}"

0 comments on commit 9234322

Please sign in to comment.