Skip to content

Commit

Permalink
Add some minimal checks to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marvil07-adapt committed Nov 23, 2023
1 parent 5c4d94b commit 859d3eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:
-
name: Main script does not fail to start
run: ./contriblog --help
-
name: Lint runs an example passes linting
run: ./contriblog lint examples/contributions.yml
-
name: Can format and it is a no operation for the example
run: |
./contriblog format examples/contributions.yml
git diff --exit-code
-
name: HTML generation runs
run: ./contriblog html examples/contributions.yml

0 comments on commit 859d3eb

Please sign in to comment.