Ankit Gupta
8ae42cb448
Added pycodestyle action
...
Added a Github action to the list which leaves a comment on the PR with pycodestyle violations.
2019-09-15 22:47:23 -04:00
Gary Ewan Park
69f04df970
Merge pull request #179 from webknjaz/patch-1
...
Add pypa/gh-action-pypi-publish
2019-09-15 21:25:00 +01:00
Gary Ewan Park
931f5a89e2
Merge branch 'master' into patch-1
2019-09-15 21:24:53 +01:00
Gary Ewan Park
25821c27ff
Merge pull request #181 from feeloor/patch-1
...
Added Azure Static Website Deploy to README
2019-09-15 21:23:28 +01:00
Gary Ewan Park
18e57dec9c
Merge pull request #182 from actions-rs/rust
...
Add Rust language Actions
2019-09-15 21:22:02 +01:00
svartalf
17f1ba6882
Add actions-rs - Rust language actions
2019-09-15 22:18:40 +03:00
Felix Mohammadi Kho'i
63971a72fa
Added Azure Static Website Deploy to README
...
[Azure Static Website Deploy](https://github.com/feeloor/azure-static-website-deploy )
2019-09-15 10:22:37 -04:00
Sviatoslav Sydorenko
902ed5019a
Add pypa/gh-action-pypi-publish
2019-09-15 01:25:03 +02:00
Sarah Drasner
efa46f2f0b
Merge pull request #177 from alex-page/patch-1
...
Replace old deprecated actions with new one
2019-09-14 17:21:16 -06:00
Alex Page
d1ced97695
Update README.md
2019-09-14 09:49:08 -04:00
Gary Ewan Park
4363991c0e
Merge pull request #178 from heowc/master
...
Add action-hexo
2019-09-14 13:00:38 +01:00
WonChul Heo
d6960a09fb
Add action-hexo
...
[GitHub Action for Hexo](https://github.com/heowc/action-hexo )
2019-09-14 11:01:57 +09:00
Alex Page
444ebb3d9b
Update README.md
2019-09-13 21:41:24 -04:00
Alex Page
c0ae5cb27b
Replace old deprecated actions with new one
...
Hi, I made a bunch of actions which I have now replaced with one action. I have removed the links to the old actions and added the new one. 👍
2019-09-13 21:20:57 -04:00
Gary Ewan Park
12d90510e2
Merge pull request #175 from exelban/master
...
Add stylelinter
2019-09-12 07:57:49 +01:00
Gary Ewan Park
ae4cc6797b
Merge pull request #176 from exelban/gcloud
...
Add gcloud
2019-09-12 07:55:30 +01:00
Serhiy Mytrovtsiy
ac1e59e498
Add gcloud
...
[GitHub Action for Google Cloud Platform (GCP)](https://github.com/exelban/gcloud )
2019-09-11 18:34:33 +02:00
Serhiy Mytrovtsiy
3d36293fa3
Add stylelinter
...
[Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint )
2019-09-11 18:30:18 +02:00
Gary Ewan Park
4aad437e9c
Merge pull request #174 from ShaunLWM/patch-1
...
Add action-join
2019-09-11 09:52:14 +01:00
Shaun
9cf4fe6c7b
Add action-join
...
[Join](https://play.google.com/store/apps/details?id=com.joaomgcd.join ) is an Android app that allows custom push notifications (one part of their features) using their API.
[Marketplace](https://github.com/marketplace/actions/join-notification )
2019-09-11 16:40:37 +08:00
Gary Ewan Park
9b83e63082
Merge pull request #171 from bobheadxi/master
...
Add gobenchdata
2019-09-10 09:11:20 +01:00
Robert Lin
89efb2fe4f
add gobenchdata
2019-09-09 19:19:16 -07:00
Gary Ewan Park
1a87a1d1f4
Merge pull request #168 from shivammathur/master
...
Add shivammathur/setup-php to list
2019-09-07 22:36:16 +01:00
Gary Ewan Park
253446c317
Merge pull request #169 from MarvinJWendt/patch-1
...
Add run-node-formatter
2019-09-07 22:33:46 +01:00
Gary Ewan Park
6ce731844c
Merge pull request #170 from xt0rted/patch-2
...
Add link to status badge docs
2019-09-07 22:31:41 +01:00
Brian Surowiec
d8daeba4ae
Updating link style
2019-09-07 16:59:07 -04:00
Brian Surowiec
24ad594555
Add link to status badge docs
2019-09-07 15:50:11 -04:00
MarvinJWendt
102564c9e1
Change NodeJS to Node.js
2019-09-07 21:03:05 +02:00
MarvinJWendt
2cf519fa96
Add run-node-formatter
...
run-node-formatter is an action that automatically formats NodeJS code with the currently installed formatter.
2019-09-07 19:28:23 +02:00
Shivam Mathur
aaabe26e7c
Add shivammathur/setup-php to list
2019-09-07 15:34:50 +05:30
Gary Ewan Park
aff9e0be9a
Merge pull request #167 from AndreaGriffiths11/patch-1
...
Adding to this list official GitHub Actions forum
2019-09-05 18:51:08 +01:00
Andrea Liliana Griffiths
13ac910674
Adding to this list official GitHub Actions forum
2019-09-05 10:56:52 -04:00
Gary Ewan Park
2fa8c20179
Fix linting error
2019-08-29 20:26:46 +01:00
Gary Ewan Park
ce7c433718
Fix linting error
2019-08-29 20:23:27 +01:00
Gary Ewan Park
55b3e9f5b5
Update README.md
2019-08-29 19:45:07 +01:00
Gary Ewan Park
0ccf764f80
Merge pull request #165 from ArangoGutierrez/patch-1
...
Add GoLinty to the list
2019-08-29 19:43:08 +01:00
Eduardo Arango
877208a28f
Add GoLinty
...
https://github.com/marketplace/actions/go-linty
GitHub action to run Go lint checks on PR event
De-linting is a time-consuming process. The aim of LINTY is to support an iterative process to clear out lint. It uses a configuration file which lists packages that currently contain lint, and ensures that:
packages listed in the configuration are removed once they are free of lint
packages not listed in the configuration continue to be free of lint
If either of the above statements is FALSE, LINTY prints out a warning and exits. If both statements are TRUE, LINTY prints out a table of lint counts for the packages that are listed in its configuration.
2019-08-29 07:33:17 -05:00
Gary Ewan Park
9aea85359a
Merge pull request #164 from localheinz/feature/composer-normalize
...
Enhancement: Add localheinz/composer-normalize-action to list
2019-08-29 07:46:08 +01:00
Andreas Möller
7296b65396
Enhancement: Add localheinz/composer-normalize-action to list
2019-08-28 22:47:20 +02:00
Sarah Drasner
454666cd1a
Create funding.yml
2019-08-28 09:11:58 -06:00
Max Schmitt
df98bcfa2d
feat: added mxschmitt/action-tmate ( #163 )
...
* feat: added mxschmitt/action-tmate
* fix: linter
* fix: review
2019-08-27 08:54:01 +01:00
Gary Ewan Park
ba340377c2
Merge pull request #162 from peaceiris/add-status-badge
...
Add about GitHub Actions official status badge
2019-08-27 07:27:51 +01:00
Gary Ewan Park
37bf422839
Merge pull request #160 from softprops/patch-2
...
add maxmind-updater action
2019-08-27 07:25:02 +01:00
Doug Tangren
728eefa301
add action-gh-release ( #159 )
...
* add action-gh-release
Travis-style Github Releases. Post release information to Github Releases along with associated assets files
* fix Linting error Github => GitHub
2019-08-27 07:24:12 +01:00
peaceiris
517efaff85
add: GitHub Actions official status badge
...
- add the badge of Lint Awesome List workflow at the top of README
- add information about GitHub Actions status badge
2019-08-26 18:04:11 +09:00
Doug Tangren
a9d2e77574
add maxmind-updater action
...
action that can be scheduled to run maxmind's [geoipupdate tool](https://github.com/maxmind/geoipupdate )
2019-08-25 23:14:36 -04:00
Gary Ewan Park
a098b3e28a
Merge pull request #157 from jakejarvis/add-lighthouse-audit
...
Add Chrome Lighthouse audit action
2019-08-23 19:59:42 +01:00
Jake Jarvis
41cb2a1ae2
Add Lighthouse audit action
2019-08-23 12:18:53 -04:00
Gary Ewan Park
cb7528ddb5
Merge pull request #155 from jakejarvis/add-s3-sync
...
Add S3 bucket sync action
2019-08-22 21:43:34 +01:00
Gary Ewan Park
d5fae03f7c
Merge pull request #156 from knoxilla/patch-1
...
Link to supported (YML) format documentation
2019-08-22 21:42:48 +01:00