Fix typo (#52)

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
This commit is contained in:
Rik Huijzer
2021-12-28 17:30:17 +01:00
committed by GitHub
parent db7b612b62
commit 101f621257

View File

@@ -6,7 +6,7 @@ This action runs the tests in a Julia package.
Julia needs to be installed before this action can run. This can easily be achieved with the [setup-julia](https://github.com/marketplace/actions/setup-julia-environment) action. Julia needs to be installed before this action can run. This can easily be achieved with the [setup-julia](https://github.com/marketplace/actions/setup-julia-environment) action.
And example workflow that uses this action might look like this: An example workflow that uses this action might look like this:
```yaml ```yaml
name: Run tests name: Run tests