Mike Coutermarsh
9f464a7c99
Merge pull request #113 from nono/patch-1
...
Update go version to 1.13
2019-09-24 16:50:28 -07:00
Arthur Baars
117a695161
maven.yml: add -B to the maven command line
...
Add the `-B` (batch mode) to the `mvn` command line. In interactive mode maven prints many lines of download progress output filling the console output with thousands of useless lines. Ideally the github-actions console would interpret `\r' as carriage return (go back to the beginning of the current line and overwrite it). As long as that is not the case using `-B` is a good workaround.
2019-09-20 12:41:36 -07:00
Bruno Michel
65acb4a192
Update go version to 1.13
2019-09-10 08:48:48 +02:00
Jonathan Clem
dcaa948ed3
Merge pull request #55 from tsloughter/erlang-rebar3
...
update Erlang workflow to rebar3
2019-09-06 15:19:13 -04:00
Mike Coutermarsh
57d97826a2
Merge pull request #69 from montudor-forks/ci/python-pypi
...
Publish Python package to PyPI workflow
2019-09-06 11:52:00 -07:00
Monte Hellawell
03063e080a
Only trigger workflow on release created event action
2019-09-05 12:10:28 +01:00
Chris Patterson
13af371169
Adding python application template
2019-09-04 13:32:35 -04:00
Vincent Tam
93f235a08a
Used absolute path for '/srv/jekyll'
...
To avoid error "chmod: srv/jekyll: No such file or directory", see https://github.com/VincentTam/beautiful-jekyll/commit/2d0370a1f93818a8a8e19dc364e8906ee76aedd7/checks#step:3:6 .
2019-09-02 23:21:23 +02:00
Monte Hellawell
aef55ffd4b
Add publish python workflow
2019-08-25 01:13:29 +01:00
Mike Coutermarsh
4634ff4555
Merge pull request #45 from ScottBrenner/patch-1
...
Node workflow - force Jest to run in CI-mode
2019-08-22 14:10:19 -07:00
Mike Coutermarsh
6979357a62
Merge pull request #52 from mamantoha/patch-1
...
Fix Crystal workflow
2019-08-21 17:25:08 -07:00
Tristan Sloughter
e74b1236d2
update Erlang workflow to rebar3
...
rebar3 no longer has a separate step for fetching dependencies so
this step is removed. Common Test is enabled in the test run so it
will run all tests.
The Erlang docker image is used instead of ubuntu because ubuntu
has no package for rebar3.
2019-08-20 14:38:08 -06:00
Anton Maminov
4cdb88e424
Fix Crystal workflow
2019-08-20 11:10:54 +03:00
Simon Leier
28ae08ad28
Fix dart workflow
...
The dart runtime is not installed by default. The action failes with an error.
2019-08-19 02:26:04 +02:00
Scott Brenner
c420664025
set this as an env on the run step
2019-08-16 10:19:02 -07:00
Scott Brenner
cf1fc1135e
Node workflow - force Jest to run in CI-mode
...
https://create-react-app.dev/docs/running-tests#linux-macos-bash
2019-08-15 17:05:04 -07:00
Chris Patterson
bd4253ccd6
Merge pull request #37 from rurban/patch-1
...
Update c-cpp.yml for configure/automake
2019-08-15 14:51:55 -04:00
Chris Patterson
18245d58ff
Merge pull request #25 from cclauss/patch-1
...
Add "Lint with flake8" step to detect Python syntax errors
2019-08-15 09:05:20 -04:00
Mike Coutermarsh
c15086db26
Shorten gems description
2019-08-14 15:14:11 -07:00
Mike Coutermarsh
667ecbac2a
Merge pull request #30 from actions/add-gem-push-workflow
...
Create workflow for publishing gems
2019-08-14 14:51:55 -07:00
Patrick Marsceill
426fec67ea
Create gem-push.properties.json
2019-08-14 15:36:41 -04:00
Danny McCormick
3b54d16037
Update setup actions to use *-version ( #31 )
2019-08-14 14:05:28 -04:00
Danny McCormick
ee61b8e679
v1 tags for checkout ( #38 )
2019-08-14 10:43:09 -04:00
Reini Urban
8ac773646a
Update c-cpp.yml for configure/automake
...
make test is a perl'ism (and probably other), autotools use make check.
add make distcheck
2019-08-14 11:37:22 +02:00
Patrick Marsceill
1e329b7281
Update gem-push.yml
2019-08-13 12:57:25 -04:00
Patrick Marsceill
59c9b73e65
Create workflow for publishing gems
...
Adds a workflow to publish Ruby Gems to RubyGems.org and GPR. cc @mscoutermarsh
2019-08-13 12:55:45 -04:00
Mike Coutermarsh
605718eb3d
Remove module-path, it is unset. Change "use" -> "uses"
2019-08-13 09:48:18 -07:00
Mike Coutermarsh
0dd38215f6
Merge pull request #24 from mmoscher/master
...
Fix arguments for go-sample workflow in step checkout
2019-08-13 09:47:31 -07:00
Mike Coutermarsh
329e9a8e16
Merge pull request #18 from actions/fix-permissions-issue
...
Fix linux file permission issues with Gemfile.lock
2019-08-12 18:31:33 -07:00
Christian Clauss
3f4cbec3ed
Add "Lint with flake8" step to detect Python syntax errors
...
These core flake8 tests can quickly find Python syntax errors and undefined names.
2019-08-13 01:37:05 +02:00
m²
818b62f679
Fix arguments for actions/checkout
2019-08-12 17:17:27 +02:00
Wes Todd
c8c75ef38f
test node in all current versions ( #19 )
2019-08-12 08:50:58 -04:00
Patrick Marsceill
82681fdf53
Update jekyll.yml
2019-08-09 14:52:33 -04:00
Cameron Booth
d2ec61e03d
Go template - use->uses
2019-08-08 14:47:32 -07:00
Mike Coutermarsh
546ae77fa8
update node package template
2019-08-07 19:46:00 -07:00
Mike Coutermarsh
6b73c8409b
move -> CI
2019-08-07 19:24:01 -07:00
Chris Patterson
acb5087b1c
Moving properties files
2019-08-06 19:04:57 -07:00
Chris Patterson
b13ec89084
Initial formatting
2019-08-06 16:37:30 -07:00
Jonathan Clem
9278e60e2b
Update Elixir template
2019-08-05 12:36:53 -04:00
Danny McCormick
aadc801387
Dont change checkout (though this would still work fine)
2019-08-02 10:33:46 -04:00
Danny McCormick
17db7d1efb
Update templates to use v1 tag
2019-08-02 10:30:20 -04:00
Danny McCormick
7613bb8820
Use correct sdk version
2019-08-01 16:35:41 -04:00
Mike Coutermarsh
0573c4109f
Run yaml lint and correct errors
2019-07-31 16:52:59 -07:00
Mike Coutermarsh
80cb6f08a7
Fix indenting, invalid syntax
2019-07-31 16:44:02 -07:00
Mike Coutermarsh
c9801cc551
Category -> Categories
2019-07-31 10:37:29 -07:00
Andy McKay
a76bdc9433
Merge pull request #3 from actions/add-go
...
Add in Go
2019-07-30 08:20:37 -07:00
Andy McKay
0b5afd2f71
Merge pull request #1 from actions/add-ruby
...
Add in Ruby
2019-07-30 08:20:29 -07:00
Andy McKay
58deb538c4
add in checkout step
2019-07-30 08:17:08 -07:00
Andy McKay
2650f99c70
update to new syntax
2019-07-30 08:14:11 -07:00
Andy McKay
971e580b73
update to steps
2019-07-29 17:00:08 -07:00