Commit Graph

125 Commits

Author SHA1 Message Date
Vanessa Sochat
7e3de1b9fa
adding schema.org (Google Dataset Search) extractors actions 2019-01-31 16:24:05 -05:00
Vanessa Sochat
e1c2a8f6d7
another shot at organization 2019-01-29 15:19:36 -05:00
Sarah Drasner
bfb554c8af
Merge branch 'master' into patch-1 2019-01-28 14:34:00 -07:00
Sarah Drasner
261ce5293b
Merge branch 'master' into patch-1 2019-01-28 14:30:16 -07:00
Sarah Drasner
8e2f73a095
Merge branch 'master' into patch-2 2019-01-28 14:29:38 -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
b157fc3bf1
Merge branch 'master' into add-jwr0-dockerfile-linter-action 2019-01-28 14:20:37 -07:00
Sarah Drasner
ab5ec33735
Merge branch 'master' into patch-1 2019-01-28 14:18:27 -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
3900a8984a
Merge branch 'master' into patch-1 2019-01-28 14:14:42 -07:00
Sarah Drasner
3990e92638
Merge branch 'master' into patch-1 2019-01-28 14:13:13 -07: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
Sarah Drasner
8352924c89
Merge branch 'master' into patch-1 2019-01-27 19:10:46 -07:00
Sarah Drasner
306e06cc56
Merge branch 'master' into psscriptanalyzer 2019-01-27 19:06:43 -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
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
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
Sarah Drasner
89e7dd2eed
Merge branch 'master' into patch-1 2019-01-27 17:29:14 -07:00
Sarah Drasner
f8820f55f1
Merge branch 'master' into psake 2019-01-27 17:26:10 -07:00
Sarah Drasner
28189bf3f4
Merge pull request #56 from khanhicetea/master
Add Hugo static site generator action
2019-01-27 17:25:26 -07:00
Sarah Drasner
496da96372
Merge branch 'master' into twitter-action 2019-01-27 17:24:57 -07:00
Sarah Drasner
8259568f1e
Merge branch 'master' into patch-1 2019-01-27 17:17:39 -07:00
jwr
94c5074256
add jwr0/dockerfile-linter-action Dockerfile linter 2019-01-27 14:28:59 -05:00
vgaidarji
ff528c58fd
Add link to Android GitHub Actions
Repository with Android build and emulator actions:
https://github.com/vgaidarji/android-github-actions
2019-01-27 14:20:24 +02:00
KhanhIceTea
04889dd979
Merge branch 'master' into master 2019-01-27 14:27:42 +07:00
Jason Etcovitch
e6ee252764
Add "Building GitHub Actions in Node.js" 2019-01-26 21:33:14 -05:00
Sarah Drasner
926eea16f8
Merge pull request #39 from tj/patch-3
Add AWS SAM action
2019-01-26 17:05:13 -07:00
Sarah Drasner
3a4db464e4
Merge branch 'master' into patch-1 2019-01-26 17:00:19 -07:00
Sarah Drasner
67dbf6da40
Merge branch 'master' into natemoo-re-patch-1 2019-01-26 16:58:44 -07:00
Sarah Drasner
e06545203e
Merge pull request #52 from maddox/add-ssh-commands
add SSH for GitHub Actions
2019-01-26 16:57:00 -07:00
Sarah Drasner
d69bb48393
Merge branch 'master' into cloudflare-dns-action 2019-01-26 16:55:19 -07:00
Sarah Drasner
665e9da0c0
Merge branch 'master' into master 2019-01-26 16:52:55 -07:00
Sarah Drasner
bf1ba85e30
Merge branch 'master' into patch-1 2019-01-26 16:51:21 -07:00
Sarah Drasner
67ae12999f
Merge pull request #59 from kamilkisiela/patch-1
GraphQL Inspector
2019-01-26 16:50:28 -07:00
Cedric Kring
1bc5b04fc6
Change Github to GitHub 2019-01-26 11:37:30 +01:00
Christophe Boucharlat
f658e4df78
Adding a simple twitter action 2019-01-25 22:47:43 +01:00
Nicolas Coutin
da7b0e5895
fix: Discord Action link 2019-01-25 22:13:32 +01:00
Abi Noda
3c1663c7f1
Add action for setting PR reviewers based on assignees 2019-01-25 11:41:18 -07:00
Abi Noda
44fb85ff8a
update repo url 2019-01-25 11:40:08 -07:00
Shaleen Jain
0aef019fb7
Add deploy zola github action
This actions builds and deploys a [zola](https://github.com/getzola/zola) site to GitHub pages
2019-01-23 13:18:06 +05:30
Fedor Korotkov
1e715c73c0
Add Cirrus Actions 2019-01-22 13:43:52 -05:00
Steve Winton
6327ab3afa
Add swinton/httpie-action 2019-01-22 10:58:38 -06:00