Commit Graph

438 Commits

Author SHA1 Message Date
David Sherret 5ba97df54d Remove matrix for Deno template. (#1024)
Fixes: The actions/checkout action on windows checks out files with \r\n line endings instead of preserving them. This causes deno fmt --check to fail because the line endings are \r\n instead of \n. Instead of working around this problem specifically on Windows, this change removes the matrix in order to simplify the action.

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-07-26 13:22:45 -04:00
Josh Gross 8ba0ca0797 Remove extra character (#1023) 2021-07-26 11:26:46 -04:00
Ninad Kavimandan 3e7eb56f27 added TypeScript for gulp + grunt + webpack 2021-07-20 13:30:46 +05:30
Ninad Kavimandan e12559a4f8 updated descriptions and workflow names 2021-07-20 10:43:58 +05:30
Ninad Kavimandan 89f121147f Merge branch 'ninadkavimandan_node_frameworks' of github.com:NinadKavimandan/starter-workflows into ninadkavimandan_node_frameworks 2021-07-20 10:20:15 +05:30
Ninad Kavimandan 5175c33819 updated icons for gulp + grunt + webpack ci 2021-07-20 10:19:59 +05:30
Ninad Kavimandan 98436d569d Merge branch 'main' into ninadkavimandan_node_frameworks 2021-07-19 13:18:02 +05:30
MaksimZhukov 1edda09815 Add cache usage to the node.js starter-workflow 2021-06-30 18:44:10 +03:00
Andy McKay 0f0402f7d6 Merge branch 'main' into patch-4 2021-06-25 13:59:30 -07:00
Andy McKay 345e8d6573 Merge branch 'main' into patch-5 2021-06-25 13:57:27 -07:00
Shubham Tiwari acad7b6626 Update ci/properties/blank.properties.json
Co-authored-by: Andy McKay <andymckay@github.com>
2021-06-24 21:40:31 +05:30
Andy McKay b70ebde68c Merge branch 'main' into patch-5 2021-06-24 08:29:43 -07:00
Shubham Tiwari 2f86a8abbe Update blank.properties.json 2021-06-24 11:06:26 +05:30
Ninad Kavimandan edd7400d76 removed CI from the name 2021-06-24 11:00:38 +05:30
Ninad Kavimandan 3bb230a79a added templates for gulp + grunt + webpack 2021-06-24 10:51:42 +05:30
Brian Cristante 9e53fa6505 action -> workflow 2021-06-23 14:43:36 -04:00
rui 81295d6e71 go: update to use 1.16 (#943) 2021-06-21 13:55:57 -04:00
rui ba0243447c pylint: use python 3.9 and setup-python@2 2021-06-21 13:32:13 -04:00
rui 89dcaaf2de npm-publish: update to use the latest TLS v14
node v12 is in maintenance mode
node v16 (next TLS) is not ready yet
2021-06-21 13:29:17 -04:00
Jeroen Rietveld 93e99fd3be Merge branch 'main' into main 2021-06-16 11:01:03 +09:00
DezorkIT 85b7086a46 Removed *`* because it crashes build
There was a mistake in [last commit](https://github.com/actions/starter-workflows/commit/5ac32fc0977190a464c62c63cad5fcb04067c34e),  that added additional *`* which causes this error 
```
/Users/runner/work/_temp/2259bec8-2d05-441b-ada0-fad594134af2.sh: line 5: unexpected EOF while looking for matching ``'
14
Error: Process completed with exit code 2.
```
I just simply removed it.
2021-06-14 15:19:02 +03:00
Tim Etchells a933c15f51 Merge branch 'main' into patch-2 2021-06-07 11:50:02 -04:00
CrazyMax 90ba42df70 Simplify Docker publish workflow (#921)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-06-04 14:23:02 -04:00
Tim Etchells 4c00e7ffc6 Replace oc-installer with tools-installer 2021-06-03 13:19:02 -04:00
James Curtin aaea7d2c91 Update Python package build and upload example (#900)
* Update Python package build and upload example

* Update python-publish.yml
2021-06-03 10:55:41 -04:00
Sven Pfleiderer 7b6d03675b Revert "Remove pull request condition"
This reverts commit 9d73235e03.
2021-06-02 15:58:44 -07:00
Sven Pfleiderer 9d73235e03 Remove pull request condition 2021-06-02 15:41:23 -07:00
Sven Pfleiderer 9317366c91 Remove docker tags section to simplify configuration 2021-06-02 14:21:03 -07:00
Sven Pfleiderer 749308b283 Merge branch 'packages-container-registry-workflow' of github.com:pfleidi/starter-workflows into packages-container-registry-workflow 2021-05-26 16:24:12 -07:00
Sven Pfleiderer 6fe53a9ebd Remove context configuration since it's already the default 2021-05-26 15:03:41 -07:00
Sven Pfleiderer aa30f1448e Update ci/docker-publish.yml
Co-authored-by: Bryan Clark <clarkbw@github.com>
2021-05-26 14:07:29 -07:00
Sven Pfleiderer 41a66c656e Use git shas rather than version tags 2021-05-26 13:46:54 -07:00
Sven Pfleiderer b574e6db50 Add notice about third party actions 2021-05-26 10:55:50 -07:00
Sven Pfleiderer 282b038713 Update push docker container to support container registry
Also simplify the existing workflow by replacing shell code with actions
2021-05-26 10:41:53 -07:00
Luca Casonato 7c29ac2481 switch to official denoland/setup-deno action (#909)
* switch to official denoland/setup-deno action

Also adds formatting and linting to the workflow (like dart workflow), and use uniform capitalization.

* update commit hash

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-05-24 16:02:03 -04:00
Michael Rotarius c50fae7abe Add node v16 and remove v10 and v15 2021-05-06 18:03:07 +02:00
jianboy 069c83c04b Merge branch 'main' into hotfix/jianboy-add-path-bug 2021-05-06 06:18:18 +08:00
Divyanshu Agrawal dd69301f6f Remove default value of env 'APP_PORT' (#896)
As oc-new-app action now has 'port' as an optional input
So, removing default value of env 'APP_PORT'

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-05-05 18:16:37 -04:00
liuyuqi-dellpc 19bbf1470b fix add path bug. 2021-05-04 19:45:29 +08:00
Ken Luke 0648edd177 Merge branch 'main' into hungri-yeti-patch-1 2021-05-03 17:30:51 -07:00
Anatoli Babenia 86a37d4cad Do not use fail-fast when testing multiple Pythons 2021-05-02 05:45:26 +03:00
Andy McKay 6512983477 Merge branch 'main' into patch-1 2021-04-27 11:36:05 -07:00
Shivam Mathur 8ce9196a32 Update shivammathur/setup-php in laravel.yml (#886) 2021-04-27 13:12:11 -04:00
Clément Grégoire b6db8893f5 Merge branch 'main' into patch-1 2021-04-24 07:17:07 +02:00
Ken Luke 5ac32fc097 instruments is depreacted, update to use xcrun xctrace
The instruments command is deprecated as of Xcode 12 (https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes). Updated to use the corresponding `xcrun` command.
2021-04-23 11:33:14 -07:00
eric sciple 6a69f367db Update starter workflows to specify permissions 2021-04-21 16:32:53 -05:00
sceee 7d3cfbd035 Add recursive write permissions to "/srv/jekyll"
Add recursive write permissions to the site directory to avoid permission denied errors in case of jekyll requiring to create the output directory
2021-04-15 18:17:57 +02:00
Andy McKay 01a4b85c82 Merge branch 'main' into use-setup-node-v2 2021-04-09 15:20:06 -07:00
Andy McKay d0084fca76 Merge branch 'main' into use-setup-node-v2 2021-04-09 15:16:40 -07:00
John Bohannon a5afdf4028 Update openshift.yml 2021-04-05 15:01:23 -04:00