15 Commits

Author SHA1 Message Date
Ian Butterworth
161c97cbc5 Allow control of --check-bounds command option (#46)
* allow control of bounds-check command option

* tryfix

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* tryfix

* alternative bash if else approach

* another approach

* use julia_args approach

* add julia_args to kwargs func

* fix

* move julia_args to before return

* guard against v1.0

* add warning

* Update kwargs.jl

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* handle the default state and improve error message

* Update kwargs.jl

Co-authored-by: Chris Foster <chris42f@gmail.com>

* Update kwargs.jl

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
Co-authored-by: Chris Foster <chris42f@gmail.com>
2021-12-22 15:00:07 +01:00
Dilum Aluthge
eda4346d69 Add the force_latest_compatible_version input, and add the "auto-detect Dependabot/CompatHelper" functionality (#20)
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-03-31 23:56:56 +02:00
Dilum Aluthge
07b45fecd2 Alphabetize the list of inputs in action.yml (#38) 2021-03-29 21:50:49 -04:00
Dilum Aluthge
8ff46c6486 Put the General registry clone inside a bounded retry loop (#31)
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-01-04 11:31:18 +01:00
Sascha Mann
b455abf998 Add prefix input (#24)
This allows inserting commands like xvfb-run in front of the Julia command

(fixes #3)

Co-authored-by: Isaac Good <github@isaacgood.com>
2020-12-14 14:01:55 +01:00
Jeffrey Lin
3ae735d0b5 Add project input option (#23)
Closes #22
2020-12-04 19:50:23 +01:00
Oscar Dowson
6513b45da5 Enable depwarn input option (#21) 2020-11-08 10:42:32 +01:00
Fredrik Ekre
2976a507b0 Make coverage optional (#19)
* Make coverage optional

* Apply suggestions from code review

* typo
2020-10-14 12:43:35 +02:00
Takafumi Arakaki
ffce252ef2 Avoid delay after package registration by cloning General (#17)
* Avoid delay in package registration by cloning General

* Fix a typo

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Clarify why JULIA_PKG_SERVER is set for a single step

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2020-09-09 20:19:36 +02:00
Sascha Mann
642d7a4c3b Add branding 2020-08-07 23:37:20 +02:00
Sascha Mann
4965e73fab Convert to composite action 2020-08-07 23:37:20 +02:00
Dilum Aluthge
e3687f82c8 Add inline input (#4)
* Add `inline` input

* Update main.js

* Update main.ts
2020-02-26 22:38:46 +01:00
David Anthoff
da4330aa40 Remove build and coverage from action 2019-09-23 14:12:09 -07:00
David Anthoff
67aa1a94f6 Update action.yml 2019-09-14 21:03:29 -07:00
David Anthoff
3259d7ae88 Initial commit 2019-09-14 20:52:51 -07:00