Sarah Drasner
161912bd13
Merge pull request #72 from soulgalore/sitespeed.io-action
...
Run a performance audit using a sitespeed.io action.
2019-02-01 22:28:32 -07:00
Sarah Drasner
1172eda97f
Merge branch 'master' into sitespeed.io-action
2019-02-01 22:28:19 -07:00
Sarah Drasner
febbe254e4
Merge pull request #75 from koenrh/koenrh/add-dnscontrol-action
...
Add DNS Control GitHub action
2019-02-01 22:26:47 -07:00
Sarah Drasner
05b3a0c686
Merge branch 'master' into koenrh/add-dnscontrol-action
2019-02-01 22:26:35 -07:00
Sarah Drasner
0ac07b34ad
Merge pull request #76 from maxheld83/patch-2
...
add new deploy to gh pages action
2019-02-01 22:26:00 -07:00
Sarah Drasner
8b30dc2767
Merge pull request #77 from maxheld83/patch-3
...
use shorter, new name
2019-02-01 22:25:34 -07:00
Max Held
d6f19607e6
shorten action name
2019-01-31 14:27:51 +01:00
Max Held
c413fc50aa
use shorter, new name
...
sorry for the spurious pr; needed to make the names more handable
2019-01-31 14:25:05 +01:00
Maximilian Held
0aa51d70e2
add new deploy to gh pages action
...
there are already several actions that use some static generator *and* deploy; this action *only* deploys.
2019-01-31 08:35:49 +01:00
Koen Rouwhorst
7a85bf80e1
Added DNS Control action to the list.
2019-01-30 21:43:20 +01:00
Peter Hedenskog
c2bfd322c4
Merge branch 'master' into sitespeed.io-action
2019-01-30 20:25:12 +01:00
Sarah Drasner
9c4d8b39c9
Merge pull request #71 from maxheld83/patch-1
...
add new gh action to deploy via rsync
2019-01-28 14:34:08 -07:00
Sarah Drasner
bfb554c8af
Merge branch 'master' into patch-1
2019-01-28 14:34:00 -07:00
Sarah Drasner
3e3d832944
Merge pull request #63 from shalzz/patch-1
...
Add deploy zola github action
2019-01-28 14:30:25 -07:00
Sarah Drasner
261ce5293b
Merge branch 'master' into patch-1
2019-01-28 14:30:16 -07:00
Sarah Drasner
95e2503f9f
Merge pull request #61 from swinton/patch-2
...
Add swinton/httpie-action: General purpose HTTP client
2019-01-28 14:29:46 -07:00
Sarah Drasner
8e2f73a095
Merge branch 'master' into patch-2
2019-01-28 14:29:38 -07:00
Sarah Drasner
e557f68377
Merge pull request #53 from cplee/master
...
Link to `nektos/act` to run GitHub Actions locally
2019-01-28 14:22:40 -07:00
Sarah Drasner
8da05a92e5
Merge branch 'master' into master
2019-01-28 14:22:31 -07:00
Sarah Drasner
3c67779523
Merge pull request #42 from tschoffelen/add-gha-script-link
...
Added `gha` script link.
2019-01-28 14:21:26 -07:00
Sarah Drasner
d84e8703c3
Merge pull request #70 from jwr0/add-jwr0-dockerfile-linter-action
...
add jwr0/dockerfile-linter-action Dockerfile linter
2019-01-28 14:20:45 -07:00
Sarah Drasner
b157fc3bf1
Merge branch 'master' into add-jwr0-dockerfile-linter-action
2019-01-28 14:20:37 -07:00
Sarah Drasner
9775763dcc
Merge pull request #57 from mickaelandrieu/patch-1
...
Added 4 actions for PHP ecosystem
2019-01-28 14:18:36 -07:00
Sarah Drasner
ab5ec33735
Merge branch 'master' into patch-1
2019-01-28 14:18:27 -07:00
Sarah Drasner
61d969f5a7
Merge pull request #69 from vgaidarji/add-actions-android
...
Add link to Android GitHub Actions
2019-01-28 14:17:37 -07:00
Sarah Drasner
25d15f86ac
Merge branch 'master' into add-actions-android
2019-01-28 14:17:29 -07:00
Sarah Drasner
679c7c5d7a
Merge pull request #64 from bltavares/patch-1
...
Add link to linters and autofixers
2019-01-28 14:16:23 -07:00
Sarah Drasner
aecc6885ba
Merge pull request #51 from w9jds/patch-1
...
Add GitHub Action for Firebase
2019-01-28 14:14:53 -07:00
Sarah Drasner
3900a8984a
Merge branch 'master' into patch-1
2019-01-28 14:14:42 -07:00
Sarah Drasner
dde0d5678c
Merge pull request #58 from ajitbohra/patch-1
...
Add actions by lubusIN
2019-01-28 14:13:28 -07:00
Sarah Drasner
3990e92638
Merge branch 'master' into patch-1
2019-01-28 14:13:13 -07:00
soulgalore
f79cf154bd
Run a performance audit using a sitespeed.io action.
...
https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action
2019-01-28 21:20:05 +01:00
Casey Lee
c51d1d0482
Merge branch 'master' into master
2019-01-28 10:43:19 -08:00
Bruno Tavares
3cac7f70ea
Add link to linters and autofixers
...
This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on `push`, and or autofixing via Review comments.
So far, list list contains the following linters (and more to come):
| Action | Description | Lint on Push | Fix with Review | Autofix on Push |
|------------------------------|-------------------------------|--------------|-------------------|-------------------|
| cljfmt | Clojure formatter | x | x | x |
| clippy | Rust linter | x | x (Partial fixes) | x (Partial fixes) |
| dartfmt | Dart (and Flutter) formatter | x | x | x |
| pwshfmt | Powershell Formatter | x | x | x |
| rubocop | Ruby linter | x | x | x |
| rustfmt | Rust formatter | x | x | x |
| shfmt | Shell formatter | x | x | x |
| tslint | TypeScript lint and formatter | x | x | x |
| dartanalyzer | Dart (and Flutter) linter | x | | |
| hadolint | Dockerfile linter | x | | |
| kubeval | Kubernets (k8s) linter | x | | |
| mdlint | Markdown linting | x | | |
| shellcheck | Bash linter | x | | |
2019-01-28 10:21:28 -02:00
Maximilian Held
2f0a1d8b9a
add new gh action to deploy via rsync
2019-01-28 11:45:15 +01:00
Thomas Schoffelen
66a30fbc07
Add GHA link to bottom of list
2019-01-28 07:03:39 +01:00
Thomas Schoffelen
95b0186b9d
Merge master
2019-01-28 07:03:20 +01:00
Sarah Drasner
452b7ea7f2
Merge pull request #55 from gep13/patch-1
...
Add Cake Action
2019-01-27 19:10:54 -07:00
Sarah Drasner
8352924c89
Merge branch 'master' into patch-1
2019-01-27 19:10:46 -07:00
Sarah Drasner
af18da9528
Merge pull request #44 from devblackops/psscriptanalyzer
...
Add PSScriptAnalyzer action
2019-01-27 19:06:54 -07:00
Sarah Drasner
306e06cc56
Merge branch 'master' into psscriptanalyzer
2019-01-27 19:06:43 -07:00
Sarah Drasner
66ebe36b09
Merge pull request #50 from elstudio/patch-1
...
Add link to JS Build Actions
2019-01-27 17:38:40 -07:00
Sarah Drasner
861358d561
Merge branch 'master' into patch-1
2019-01-27 17:38:31 -07:00
Sarah Drasner
798213b8df
Merge pull request #60 from abinoda/patch-1
...
Add GitHub action for posting Slack messages as a bot
2019-01-27 17:36:20 -07:00
Sarah Drasner
1d9c5a7a7d
Merge pull request #54 from NuckChorris/patch-1
...
Add ember-cli-actions to the list
2019-01-27 17:35:53 -07:00
Sarah Drasner
f535010c12
Merge branch 'master' into patch-1
2019-01-27 17:35:46 -07:00
Sarah Drasner
8db2d7d777
Merge pull request #68 from JasonEtco/patch-1
...
Add "Building GitHub Actions in Node.js"
2019-01-27 17:35:08 -07:00
Sarah Drasner
214c00d4dc
Merge pull request #36 from burdzwastaken/feature/hadolint-action
...
Add new Action to run hadolint on a Dockerfile in a repository
2019-01-27 17:33:06 -07:00
Sarah Drasner
f7810a1251
Merge branch 'master' into feature/hadolint-action
2019-01-27 17:32:57 -07:00
Sarah Drasner
4e144713d3
Merge pull request #32 from MrRamych/patch-1
...
Add Gradle actions to the list
2019-01-27 17:32:18 -07:00