From 560d10fe94ad3241d51dd9bbf0f8eaaeff25d1af Mon Sep 17 00:00:00 2001 From: YongHee Kim <42163454+yongheekim-dev@users.noreply.github.com> Date: Wed, 11 Nov 2020 11:23:03 +0900 Subject: [PATCH] add Julia actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85aa2b0..ebb5f45 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [actions/setup-java: Java](https://github.com/actions/setup-java) - [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby) - [actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir) +- [actions/setup-julia: Julia](https://github.com/julia-actions/setup-julia) ### Create your Actions @@ -270,6 +271,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) - [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) +- [Run Julia tests](https://github.com/julia-actions/julia-runtest) #### Linting