Skip to content

Commit

Permalink
Reformat yaml files
Browse files Browse the repository at this point in the history
This is an automated commit.
  • Loading branch information
norwd authored and github-actions[bot] committed Jul 17, 2024
1 parent 5d7739a commit b0cff49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- uses: actions/checkout@v3

- id: citation-file
run: echo "exists=$(test -f CITATION.cff && echo 'true' || echo 'false')"
| tee -a "${GITHUB_OUTPUT}"
run: echo "exists=$(test -f CITATION.cff && echo 'true' || echo 'false')" | tee -a "${GITHUB_OUTPUT}"

- if: steps.citation-file.outputs.exists == 'true'
uses: citation-file-format/[email protected]
Expand Down

0 comments on commit b0cff49

Please sign in to comment.