Skip to content

Commit

Permalink
add GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 7, 2023
1 parent baeb167 commit 88d18ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ xyz
## Testing, Linting, and Formatting

We use different formatters and linters in this project.
You can use them to format the code or just to check the code.
You can use them to format the code or just to check or test the code.

This project is using [GitHub Actions](https://docs.github.com/en/actions)
to execute all checks and tests in a CI pipeline.
To save time you can and should execute those tests in your locale development environment.

In this project we are using the Make tool.
If you are on Windows either change to a proper operating system
Expand Down

0 comments on commit 88d18ca

Please sign in to comment.