Konrad Pabjan
325e76073b
Add new starter workflows
2020-02-20 11:33:16 -05:00
Konrad Pabjan
2ecb907f13
More updates to starter workflows
2020-02-20 10:01:16 -05:00
chenrui and GitHub
71225d47f5
Update ghc to v8.8.2
2020-02-19 21:07:29 -05:00
Patrick Marsceill and GitHub
e6a211ee2a
Update ci/properties/aws.properties.json
2020-02-14 15:10:10 -05:00
Patrick Marsceill and GitHub
d932133378
Update google.properties.json
2020-02-14 15:09:41 -05:00
Patrick Marsceill and GitHub
8088828c39
Update google.properties.json
2020-02-14 15:09:04 -05:00
Patrick Marsceill and GitHub
4d107f13f7
Update azure.properties.json
2020-02-14 15:08:30 -05:00
Patrick Marsceill and GitHub
d8d2171b12
Update aws.properties.json
2020-02-14 15:07:00 -05:00
Konrad Pabjan
d037e97e82
Update starter workflows
2020-02-12 13:26:01 -05:00
Andy McKay and GitHub
e5a3a0e112
Merge pull request #317 from Bhupesh-V/django-workflow
...
Django workflow
2020-02-07 08:14:00 -08:00
Bhupesh Varshney and GitHub
b1cd1732eb
remove additional config
...
Removed Additional setup for reading SECRET_KEYs
2020-02-07 18:37:20 +05:30
Bhupesh Varshney and GitHub
43b0ff3ed0
use actions v2
2020-02-04 14:05:26 +05:30
Mike Coutermarsh and GitHub
450e791e65
Merge pull request #315 from endolith/patch-1
...
Remove Python 2.7 from default tests
2020-01-30 16:11:07 -08:00
Matěj Kašpar Jirásek and GitHub
a93d98e2ef
Fix macOS virtual machine case in Swift workflow
2020-01-30 14:52:55 +01:00
Chris Sidi and GitHub
708e95bab1
Switch back to npm ci ( #214 )
...
Switch back to using `npm ci`, which is more efficient than `npm install`
2020-01-29 16:34:28 -05:00
Tim Heuer and GitHub
c19bd5e378
Updating .NET Core SDK version to LTS
...
2.2 is no longer supported, so moving to latest SDK released for .NET core which supports and encourages LTS runtime version as well as down-level building.
2020-01-28 15:23:17 -08:00
Mike Coutermarsh and GitHub
3f617a9e90
Merge pull request #307 from richardlau/patch-1
...
Remove End-of-Life Node.js 8.x
2020-01-28 09:03:37 -08:00
Bhupesh Varshney and GitHub
e1de33dd71
Update django.yml
2020-01-23 20:02:46 +05:30
Bhupesh Varshney and GitHub
533b24eb42
Update django.properties.json
2020-01-23 19:58:58 +05:30
Bhupesh Varshney and GitHub
966381e246
Create django.properties.json
2020-01-23 19:50:34 +05:30
Bhupesh Varshney and GitHub
0312cce503
create django.yml
2020-01-23 19:47:58 +05:30
endolith and GitHub
f2cf5bdb47
Remove Python 2.7 from default tests
...
Python 2 is deprecated: https://www.python.org/doc/sunset-python-2/
2020-01-18 20:34:03 -05:00
Richard Lau and GitHub
595b40510a
Remove End-of-Life Node.js 8.x
...
Node.js 8 went End-of-Life at the end of 2019 and should not be used in new workflows.
2020-01-12 08:33:58 +00:00
Rémy Oudemans and GitHub
0de7b7f1ae
Make registry hostname and deployment name vars
...
The google.yml deployment workflow starter hardcoded the registry hostname as `gcr.io` even though there are other possible registry hostnames. It also hardcoded the deployment name. This puts them in env variables and adds to the comments that they need to be adjusted by the user.
2020-01-10 17:11:21 +01:00
Jonathan Clem and GitHub
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 Coutermarsh and GitHub
48b117b9d3
Update elixir.yml
2020-01-05 14:29:49 -08:00
Mike Coutermarsh and GitHub
70678a442f
Merge branch 'master' into actions/elixir
2020-01-05 14:28:22 -08:00
Mike Coutermarsh and GitHub
14ce72202c
Merge pull request #281 from Kristories/patch-1
...
Add Directory Permissions
2020-01-05 14:21:37 -08:00
Sean C. Sullivan
ca86544176
GitHub Actions checkout v1 -> v2
2019-12-24 14:22:22 -08:00
Wahyu Kristianto and GitHub
e675aed815
Add Directory Permissions
2019-12-24 19:57:16 +07:00
Rachael Sewell and GitHub
04e15fb463
Use product name
2019-12-20 14:55:35 -08:00
Rachael Sewell and GitHub
3216c40dc6
Remove max-parallel
2019-12-20 09:00:05 -08:00
Edward Thomson and GitHub
69953a434c
GitHub Package Registry is now GitHub Packages
2019-12-08 09:58:56 +11:00
Chris Sidi and GitHub
b8c1015cb2
Don't use actions/checkout@master ( #240 )
...
See https://github.com/actions/toolkit/blob/master/docs/action-versioning.md
2019-12-04 09:13:48 -05: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
John Bohannon and GitHub
6150fb4632
Update google.yml
2019-11-21 08:47:27 -05:00
John Bohannon and GitHub
481a0913ef
Update google.yml
2019-11-20 21:29:34 -05:00
Trey and Edward Thomson
05a16cf675
Add partner workflows
2019-11-14 06:37:06 -08:00
Chris Sidi and Josh Gross
a33d16cad6
Use separate steps for install, build and test ( #192 )
...
* Use separate steps for install, build and test
Having separate steps makes it easier to determine what failed.
Switching from `npm ci` to `npm install` because the Windows image uses node v8.10.0 and npm v5.6.0. `ci` was introduced in npm v5.7.0.
See https://github.com/actions/virtual-environments/issues/88
* Remove `name`
2019-11-12 11:06:49 -05:00
Mike Coutermarsh and GitHub
2ce3a0ec1a
Merge pull request #179 from josh/docker
...
Add Docker push to GitHub Package Registry
2019-11-07 17:34:45 -08:00
Mike Coutermarsh and GitHub
00e9f4c09e
Merge pull request #181 from cclauss/patch-1
...
Upgrade from Python 3.7 to 3.8
2019-11-04 16:54:56 -08:00
Mike Coutermarsh and GitHub
ec1515576f
Merge pull request #182 from cclauss/patch-2
...
Add Python 3.8 to the tests
2019-11-04 16:54:24 -08:00
Joshua Peek and Nathan Herald
8c3d01f201
Add Docker push to GitHub Package Registry
...
Co-authored-by: Nathan Herald <me@nathanherald.com >
2019-11-04 12:35:20 -08:00
林柏臣 and GitHub
30640b57f2
Gradle: Granting execute permission for gradlew
...
`./gradlew` build fails because it does not have execute permissions. Adding the execute permissions using chmod fixes this issue.
See https://github.com/actions/starter-workflows/pull/70
2019-11-04 10:46:50 +08:00
Christian Clauss and GitHub
c174991b14
Add Python 3.8 to the tests
2019-11-03 14:43:52 +01:00
Christian Clauss and GitHub
e9d34e43e5
Upgrade from Python 3.7 to 3.8
2019-11-03 14:41:39 +01:00
Edward Thomson and GitHub
c7129d8fd7
Properties: Rename "ASP.NET Core" to ".NET Core", add language categories
...
Add language categories matching linguist identifiers so that .NET Core template is recommended.
2019-10-23 14:03:00 +01:00
Edward Thomson and GitHub
b1a374cb86
Rename "ASP.NET Core" to ".NET Core"
...
The .NET Core template is not ASP specific. Change the name to ".NET Core".
2019-10-23 13:45:35 +01:00
Joshua Peek
24f2f86d00
Trim trailing whitespace
2019-10-16 12:40:14 -07:00