Commit Graph
22 Commits
Author SHA1 Message Date
Christopher Schleiden abf7f258d1 Use $default-branch token 2020-07-13 12:12:41 -07:00
Jonathan ClemandGitHub 9995e35e75 Cache only Elixir dependencies, not build 2020-07-01 17:06:09 -04:00
Jonathan ClemandGitHub cb6cee5157 Update elixir.yml 2020-07-01 14:14:45 -04:00
Jonathan ClemandGitHub 97ae763335 Merge branch 'master' into elixir-caching 2020-07-01 14:13:53 -04:00
Jonathan ClemandGitHub b4f1aae32f Use sentence casing 2020-07-01 14:09:21 -04:00
Jonathan ClemandGitHub ac240939ca Merge branch 'master' into patch-3 2020-07-01 14:06:15 -04:00
Henrik NyhandGitHub 0159b6df78 elixir.yml: Specify latest Elixir/OTP versions
There is an OTP 23.0 but 22.3 is the max that latest Elixir supports currently.
2020-06-29 17:20:56 +01:00
Henrik NyhandGitHub e4f46dac76 elixir.yml: More consistent case
When running this action, it will show steps like "Set up job", "Initialize containers" and "Complete job", which are not in Title Case. Nor is "Set up Elixir".

(Some steps like "Post Restore cache" are some sort of half-Title Case, but they seem to be in the minority.)
2020-06-29 17:13:20 +01:00
Jonathan ClemandGitHub f1fa7ed328 Improve name of "Setup elixir" step in Elixir workflow 2020-06-29 11:44:45 -04:00
Jonathan ClemandGitHub ec3fe32d43 Define OTP/Elixir versions as strings
As now [recommended](https://github.com/actions/setup-elixir/tree/2071beb570a53fb599fbd638d0a4f4577d57143d#usage) in the action's README, the configuration versions should be strings so that YAML parsing doesn't truncate something like `23.0` to `23`, which isn't equivalent.
2020-05-21 16:32:47 -04:00
Konrad Pabjan d037e97e82 Update starter workflows 2020-02-12 13:26:01 -05:00
Jonathan ClemandGitHub 1f997e9a87 Use specific versions, remove rebar/hex
Rebar and hex are installed by the action already
2020-01-08 15:29:10 -05:00
Mike CoutermarshandGitHub 48b117b9d3 Update elixir.yml 2020-01-05 14:29:49 -08:00
Mike CoutermarshandGitHub 70678a442f Merge branch 'master' into actions/elixir 2020-01-05 14:28:22 -08:00
Sean C. Sullivan ca86544176 GitHub Actions checkout v1 -> v2 2019-12-24 14:22:22 -08:00
Mijail Rondon 3ec148162c Add comments to required arguments 2019-11-23 06:27:05 -05:00
Mijail Rondon 6939f3ae6d Use actions/setup-elixir 2019-11-23 06:16:37 -05:00
Ian Young 1a5f94bc68 Add caching to Elixir workflow 2019-11-07 12:47:49 -06:00
Danny McCormickandGitHub ee61b8e679 v1 tags for checkout (#38) 2019-08-14 10:43:09 -04:00
Chris Patterson b13ec89084 Initial formatting 2019-08-06 16:37:30 -07:00
Jonathan ClemandGitHub 9278e60e2b Update Elixir template 2019-08-05 12:36:53 -04:00
Andy McKay 4d7a741e07 first pass at the templates 2019-07-29 09:38:23 -07:00