chenrui
d36b72e889
ruby: add ruby 2.7 and 3.0 into bootstrap script ( #766 )
...
sync with main branch
quote versions
remove redundant bundle install
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-01-05 11:11:06 -05:00
Benoit Daloze
d644b9852c
Update ruby.yml to use the latest release of ruby/setup-ruby ( #758 )
...
https://github.com/ruby/setup-ruby/releases/tag/v1.61.0
Co-authored-by: Josh Gross <joshmgross@github.com >
2021-01-04 15:24:14 -05:00
Andrew Marshall
c17ea6bad7
fix context references in cmake template ( #762 )
...
Co-authored-by: Josh Gross <joshmgross@github.com >
2021-01-04 13:52:34 -05:00
Jan Jurzitza
3b047441fd
update setup-dlang to v1.0.2 ( #763 )
...
This fixes the previous version using the outdated `::set-env` command which is disabled now. (See https://github.com/dlang-community/setup-dlang/issues/34 )
Co-authored-by: Andy McKay <andymckay@github.com >
Co-authored-by: Josh Gross <joshmgross@github.com >
2021-01-04 13:44:59 -05:00
Andy McKay
e402d2478e
Merge pull request #685 from Sheeri/main
...
Get rid of quoting that breaks by default.
2021-01-04 08:41:45 -08:00
Andy McKay
2e8181996a
Merge branch 'main' into main
2021-01-04 08:41:14 -08:00
Andy McKay
f631f1f2a9
Update automation/greetings.yml
2021-01-04 08:40:18 -08:00
Andy McKay
25beec943d
Merge pull request #764 from chenrui333/ghc-8.10-cabal-3.2
...
haskell: ghc 8.10 and cabal 3.2
2021-01-04 08:35:45 -08:00
Andy McKay
6c0603b492
Merge branch 'main' into ghc-8.10-cabal-3.2
2021-01-04 08:33:47 -08:00
Andy McKay
db98e7bafe
Merge pull request #765 from chenrui333/python-3.9
...
python: include python 3.9 for the build
2021-01-04 08:33:23 -08:00
Andy McKay
9959a5d8cd
Merge branch 'main' into python-3.9
2021-01-04 08:32:40 -08:00
William Entriken
ebda693bc0
Add every version of Node.js that is supported upstream ( #754 )
2021-01-04 11:16:33 -05:00
Rui Chen
d5de0a136a
python: include python 3.9 for the build
2021-01-02 16:26:06 -05:00
Rui Chen
f9cb2aceea
haskell: ghc 8.10 and cabal 3.2
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-01-02 16:06:19 -05:00
Andy McKay
e9e00b0177
Merge pull request #748 from TheBikramLama/main
...
Added PHP version (default 8.0)
2020-12-18 12:58:24 -08:00
Andy McKay
26b1c798c4
Merge branch 'main' into main
2020-12-18 12:57:36 -08:00
Andy McKay
1611798954
Update ci/laravel.yml
2020-12-18 12:54:48 -08:00
Yashovardhan Dhanania
916f29234a
Android: Granting execute permission for gradlew ( #70 )
...
* Granting execute permission for gradlew
In https://github.com/yashovardhan99/HealersDiary , while testing this action, I noticed `./gradlew build` fails because it does not have execute permissions. Adding the execute permissions using `chmod` fixes this issue.
* fixing line endings
This should fix it
* Renormalizing changes
2020-12-18 15:01:28 -05:00
Bikram Lama
038c492e5d
Added PHP version (default 8.0)
2020-12-17 01:57:39 +05:45
John Bohannon
cefd62c81b
Merge pull request #743 from bharathkkb/bharathkkb-patch-1
...
Updates for new google org and actions
2020-12-15 09:50:48 -05:00
John Bohannon
59b02379ec
Merge branch 'main' into bharathkkb-patch-1
2020-12-15 09:50:04 -05:00
Andy McKay
f3f093bce8
Merge pull request #740 from rainersigwald/dotnet-updates
...
Dotnet updates
2020-12-14 17:08:00 -08:00
Bharath KKB
ab930e94bf
fix cluster var
2020-12-14 18:59:18 -06:00
Bharath KKB
c5e7bc70b5
use GKE action for credentials
2020-12-14 18:49:58 -06:00
Bharath KKB
14acff1f1e
fix: switch to new google actions org
2020-12-14 18:38:42 -06:00
Rainer Sigwald
2c1a53ec93
Don't build when running tests
...
If the workflow is going to split restore, build, and test into separate
steps, each should use the result of the prior. Build was invoked with
`--no-restore` but test was restoring, building, and then testing.
2020-12-10 17:45:12 +00:00
Rainer Sigwald
0c4ccab691
Don't specify configuration for dotnet build
...
Since `dotnet test` below didn't specify the Release configuration,
it used the default configuration (generally Debug).
2020-12-10 17:45:12 +00:00
Rainer Sigwald
b05136d6b3
Nit: Title restore step with "restore"
...
This is more like how folks generally refer to it in .NET-land.
2020-12-10 17:41:44 +00:00
Rainer Sigwald
4dae3bbf12
Update .NET Core branding to .NET
...
Per the branding that .NET 5.0 is the next release after .NET Core 3.1.
2020-12-10 17:40:37 +00:00
Andy McKay
a571f2981a
Merge pull request #737 from actions/add-manual-icon
...
Add in a person icon
2020-12-07 10:16:02 -08:00
Andy McKay
32294ec235
add in a person icon
2020-12-07 10:11:02 -08:00
Andy McKay
93dbc9b111
Merge pull request #731 from davidar/patch-1
...
Add conda to system path
2020-12-07 09:56:42 -08:00
David A Roberts
778f6e55ec
Add conda to system path
2020-12-05 09:30:21 +10:00
Andy McKay
1098e119bf
Merge pull request #708 from benmcmorran/add-msbuild-cpp-workflow
...
Add MSBuild C/C++ starter workflow
2020-12-04 13:29:10 -08:00
Ben McMorran
c4f8fd37a9
Merge branch 'main' into add-msbuild-cpp-workflow
2020-12-04 13:09:44 -08:00
Josh Gross
b247fc6998
Fix CODEOWNERS ( #730 )
2020-12-04 15:45:26 -05:00
Ben McMorran
5df85a656f
Merge branch 'main' into add-msbuild-cpp-workflow
2020-12-02 09:28:27 -08:00
Andy McKay
edab906081
Merge pull request #727 from actions/bump/setup-ruby
...
Update ruby.yml
2020-12-01 14:01:35 -08:00
Andy McKay
04faecd243
Update ruby.yml
...
Noticed that this version of setup-ruby causes problems with the `set-env` deprecation. This just bumps it up to the latest commit on https://github.com/ruby/setup-ruby/
2020-12-01 13:40:54 -08:00
John Bohannon
1121235708
Merge pull request #726 from redhat-actions/openshiftCategories
...
Add Dockerfile category to openshift workflow
2020-11-30 13:08:38 -05:00
Tim Etchells
cfbd40a9c2
Add Dockerfile category to openshift workflow
...
Signed-off-by: Tim Etchells <tetchell@redhat.com >
2020-11-30 13:03:33 -05:00
John Bohannon
33f788c27e
Merge pull request #725 from redhat-actions/openshift
...
Update OpenShift starter with new actions
2020-11-30 12:02:24 -05:00
Tim Etchells
443491da63
Add GitHub disclaimer
...
Signed-off-by: Tim Etchells <tetchell@redhat.com >
2020-11-30 11:17:47 -05:00
Tim Etchells
6a074bcdf6
Update OpenShift starter with new actions
...
Signed-off-by: Tim Etchells <tetchell@redhat.com >
2020-11-30 11:15:59 -05:00
Ben McMorran
3f9a0a4044
Merge branch 'main' into add-msbuild-cpp-workflow
2020-11-25 12:25:48 -08:00
Andy McKay
8c0ca1f934
Merge pull request #721 from actions/add-in-stale
...
Create stale.yml
2020-11-24 14:52:49 -08:00
Andy McKay
b38e80f939
Merge branch 'main' into add-in-stale
2020-11-24 14:51:24 -08:00
Andy McKay
8ca17cdb3e
Merge pull request #722 from actions/add-in-codeowners
...
Add in codeowners for this repo
2020-11-24 14:51:15 -08:00
Andy McKay
d41b5571e7
Add in codeowners for this repo
2020-11-24 14:43:12 -08:00
Andy McKay
bb39041a60
Create stale.yml
2020-11-24 13:52:32 -08:00