Commit graph

402 commits

Author SHA1 Message Date
Jason Lenny
d20d93fec3
Allow for workspace location to be provided by the end user
This will give more flexibility to anyone who doesn't happen to keep their files in /tmp/lint.
2020-06-19 11:47:45 +02:00
Nick Van Wiggeren
0cafbe0243
Merge pull request #158 from github/nickvanw/update-documentation
Update docs to point to github docker image
2020-06-18 17:21:40 -07:00
Nick Van Wiggeren
c4249ee93a update docs to point to github docker image 2020-06-18 15:27:50 -07:00
Lukas Gravley
244a841d9d
Merge pull request #147 from donroyco/donroyco-patch-1
docs(readme): fix typo languages
2020-06-18 15:39:03 -05:00
Roy
6418907811
docs(readme): fix typo languages 2020-06-18 22:13:20 +02:00
Lukas Gravley
8cd1d3525c
Merge pull request #137 from github/PushToGitHub
Changing from Admiralawkbar to github
2020-06-18 14:58:02 -05:00
Zack Koppert
7b4e2f556a
Merge pull request #139 from dacsang97/patch-1
README: fix typo
2020-06-18 12:43:32 -07:00
Lucas Gravley
b9055439d3 more language 2020-06-18 14:42:33 -05:00
Zack Koppert
421dcb6b1b
Merge pull request #141 from antleblanc/patch-codeowner
Apply valid syntax to CODEOWNERS file
2020-06-18 12:41:37 -07:00
Antoine Leblanc
e957ebf359
Apply valid syntax to CODEOWNERS file
see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

Signed-off-by: Antoine Leblanc <ant.leblanc@gmail.com>
2020-06-18 21:14:22 +02:00
SangND
be35583eab
README: fix typo 2020-06-19 02:10:08 +07:00
Lucas Gravley
eb9f7498f8 using the built container and not the repo 2020-06-18 14:09:33 -05:00
Lucas Gravley
3764738cee fixed version 2020-06-18 14:06:05 -05:00
Lucas Gravley
d5d29c2ac9 more updates 2020-06-18 14:02:54 -05:00
Lucas Gravley
31efa2eb68 Changing from Admiralawkbar to github 2020-06-18 13:53:45 -05:00
Lukas Gravley
1e08ff6363
Merge pull request #133 from pronoiac/pronoiac/tweak-readme-linter-list
Tweak readme linter list
2020-06-18 13:47:24 -05:00
James Young
eb08b3dc25 README: aligning the columns on the list of linkers 2020-06-18 11:34:09 -07:00
James Young
4226fb3f85 README: sorting the list of linters 2020-06-18 11:33:48 -07:00
James Young
5df0755c95 Copy links for linters into README 2020-06-18 11:29:10 -07:00
Lukas Gravley
8282dcdf39
Merge pull request #130 from waldyrious/typo
Fix typo (combination on → combination of)
2020-06-18 13:19:37 -05:00
Zack Koppert
bc7d0f81ab
Merge pull request #131 from github/FixAutomation
fixing automation
2020-06-18 11:15:28 -07:00
Lucas Gravley
3c0b0c51bb fixing automation 2020-06-18 12:58:57 -05:00
Zack Koppert
4269c9afc0
Merge pull request #126 from github/staging
Staging
2020-06-18 10:57:36 -07:00
Waldir Pimenta
1aadf2df86 Fix typo (combination on → combination of) 2020-06-18 18:56:16 +01:00
Zack Koppert
2b732be004
Set checkout to v2 2020-06-18 10:40:41 -07:00
Zack Koppert
bd6692eb7a
Set checkout to v2 2020-06-18 10:38:48 -07:00
Zack Koppert
ee08e5c285
checkout v2 instead of master 2020-06-18 10:35:16 -07:00
Zack Koppert
abf80cfa3a
Merge pull request #114 from gr2m/patch-1
README example: `actions/checkout@master` -> `actions/checkout@v2`
2020-06-18 10:33:28 -07:00
Lukas Gravley
3569fc0407
Merge pull request #121 from DavidAnson/markdownlint-case
Fix case of "markdownlint" in README.md.
2020-06-18 12:23:13 -05:00
David Anson
d838650711 Fix case of "markdownlint" in README.md. 2020-06-18 10:15:42 -07:00
Lukas Gravley
9b301300ec
Merge pull request #118 from DavidAnson/master
Fix case of "Markdown"/"markdownlint", update link to rule documentation, add link to inline comment syntax.
2020-06-18 12:09:02 -05:00
Lukas Gravley
5253dc32c2
Merge branch 'master' into master 2020-06-18 12:08:11 -05:00
Lukas Gravley
50adb5f859
Merge pull request #113 from eunomie/docker-public-url
Use public URL for the Docker container
2020-06-18 12:05:49 -05:00
Lukas Gravley
cb54679928
Merge pull request #112 from mbrukman/capitalization
Fix capitalization [skip ci]
2020-06-18 11:58:11 -05:00
David Anson
1fcb4d691c Fix case of "Markdown"/"markdownlint", update link to rule documentation, add link to inline comment syntax. 2020-06-18 09:55:01 -07:00
Lukas Gravley
b2259a54dd
Merge pull request #106 from andyw8/patch-1
Fix RuboCop capitalization in README
2020-06-18 11:52:49 -05:00
Gregor Martynus
c41835d96c
README example: actions/checkout@master -> actions/checkout@v2 2020-06-18 09:13:26 -07:00
Yves Brissaud
c1f8e7c799
Use public URL for the Docker container
The previous one in the README is the URL to
manage the repository (when you are the owner).
2020-06-18 18:03:50 +02:00
Misha Brukman
2a8a75304c Fix capitalization [skip ci]
* Markdown [1,2] has no capital 'd'
* CoffeeScript [3,4], JavaScript [5,6], TypeScript [7,8,9] all capitalize 'S'
* GitHub [10,11] capitalizes the 'H'

References:

[1] https://en.wikipedia.org/wiki/Markdown
[2] https://daringfireball.net/projects/markdown/syntax
[3] https://en.wikipedia.org/wiki/CoffeeScript
[4] https://coffeescript.org/
[5] https://en.wikipedia.org/wiki/JavaScript
[6] https://developer.mozilla.org/en-US/docs/Web/JavaScript
[7] https://en.wikipedia.org/wiki/TypeScript
[8] https://www.typescriptlang.org/
[9] https://github.com/Microsoft/TypeScript
[10] https://en.wikipedia.org/wiki/GitHub
[11] https://github.com/about
2020-06-18 11:57:58 -04:00
Andy Waite
aab22f2987
Fix RuboCop capitalization in README 2020-06-18 11:38:27 -04:00
Zack Koppert
cbff376e46
Merge pull request #104 from github/cleanupLogs
Cleanup Of Log Files
2020-06-17 12:12:37 -07:00
Lucas Gravley
3694a8e85e cleaner downloads 2020-06-17 13:26:54 -05:00
Lucas Gravley
e6e119320a lets try this way 2020-06-17 13:16:41 -05:00
Lucas Gravley
dccc932276 Testing npmrc 2020-06-17 13:12:10 -05:00
Lukas Gravley
aec2b56df3
Merge pull request #103 from github/v2-workflow-docs
Update docs to v2
2020-06-17 12:56:39 -05:00
Zack Koppert
55082a18b7
Set v2 in example workflow and update release procedure to cover docs
Signed-off-by: Zack Koppert <zkoppert@github.com>
2020-06-17 09:31:45 -07:00
Zack Koppert
999defecea
Merge pull request #101 from github/staging
Run checks on env restructure work by @Hanse00
2020-06-17 08:41:41 -07:00
Lucas Gravley
b2b8d16809 remove files that should not be here 2020-06-17 09:48:34 -05:00
Lucas Gravley
059754c8b3 super nasty bug fix 2020-06-17 09:36:57 -05:00
Zack Koppert
945d5aad5d
Update shellcheck URL
see details at https://github.com/koalaman/shellcheck/issues/1871
2020-06-16 15:54:58 -07:00