Skip to content

fix error in action #14

fix error in action

fix error in action #14

Workflow file for this run

name: fair-software

Check failure on line 1 in .github/workflows/fair-software.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fair-software.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: if_merged
on:
pull_request:
branches:
- main
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged
verify:
name: "fair-software"
runs-on: ubuntu-latest
steps:
- 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 }}"