Commit graph

4476 commits

Author SHA1 Message Date
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
Zack Koppert
f269b85ebe
Remove init of DEFAULT_VALIDATE_LANGUAGE
var is no longer in use
2020-06-16 15:22:54 -07:00
Zack Koppert
ba761dbfef
Merge pull request #100 from Hanse00/restructure-linter-flags
Restructure linter flags
2020-06-16 14:48:23 -07:00
Philip Mallegol-Hansen
401a9f8fbf Clean up documentation
We add documentation on how the variables now work, and remove duplication in run-linter-locally.md
2020-06-12 15:10:18 -07:00
Philip Mallegol-Hansen
8b08dbbdf0 Migrate remaining linter options
The remaining linters are all enabled/disabled based on the same logic implemented previously for YAML and JSON.
2020-06-12 14:53:02 -07:00
Philip Mallegol-Hansen
b3dc7159a9 Adds JSON to new structure
We implement the same structure for reading the flag with the JSON parser.
2020-06-12 10:42:31 -07:00
Philip Mallegol-Hansen
dbfdea2ff3 Implement restructured flag parsing
We implement the new method of determining if the YAML linter should be enabled, which takes into account if any linters have been explicitly enabled.

Currently we only implement this for YAML as a testbed.
2020-06-12 10:39:38 -07:00
Lukas Gravley
56025b2ae8
Merge pull request #95 from github/codeowners-by-name
Specify codeowners by name
2020-05-22 07:47:44 -05:00
Zack Koppert
3e310965fb Specify codeowners by name
Signed-off-by: Zack Koppert <zkoppert@github.com>
2020-05-15 23:35:05 +00:00
Zack Koppert
baa1016050
Merge pull request #94 from github/versioned-container
Switch to versioned docker container example
2020-05-15 11:25:49 -07:00
Zack Koppert
7a2491e426
Switch to versioned docker container example 2020-05-14 11:50:18 -07:00
Lukas Gravley
d439f6aea7
Merge pull request #93 from github/CleanupRunLocal
even better
2020-05-14 09:36:03 -05:00
Lucas Gravley
4c9be15608 even better 2020-05-14 09:24:23 -05:00
Thomas Hughes
ebb1fa1a24
Merge pull request #91 from github/IAmHughes/update-contributing
Update CONTRIBUTING
2020-05-14 09:21:13 -05:00
Lukas Gravley
92b74f65fd
Merge pull request #92 from github/cleanupEnv
make the readme better
2020-05-14 09:04:01 -05:00
Lucas Gravley
3caaa91c5f make it better 2020-05-14 08:57:58 -05:00
Thomas Hughes
91f757737b
Update CONTRIBUTING 2020-05-14 08:44:44 -05:00
Lukas Gravley
9e016a0c3d
Merge pull request #90 from github/marketplace-listing
Requirements for listing action in the actions marketplace
2020-05-14 08:40:27 -05:00
Lukas Gravley
9f91891dc7
adding quotes 2020-05-14 08:35:15 -05:00
Lukas Gravley
bc2c8529e9
Making pretty 2020-05-14 08:33:50 -05:00
Lukas Gravley
0b5a343f00
Merge pull request #89 from github/issue-templates
Create issue templates
2020-05-14 08:07:16 -05:00
Zack Koppert
a5b0d91159
Create action.yml 2020-05-13 15:25:50 -07:00
Zack Koppert
c8ae48d6d9
Merge pull request #88 from larshp/master
readme: fix typo
2020-05-13 15:12:13 -07:00
Zack Koppert
b3bb37ebb2 Create issue templates 2020-05-13 14:49:37 -07:00
Lars Hvam
25200888cc
readme: fix typo 2020-05-07 22:16:57 +02:00
Lukas Gravley
7c1b974e12
Merge pull request #87 from github/padPossum
better looking possum
2020-05-07 07:34:19 -05:00
Lucas Gravley
41bfd24d3d better 2020-05-07 07:30:12 -05:00