actions/README.md

14 lines
205 B
Markdown
Raw Permalink Normal View History

2019-01-05 22:52:19 +08:00
# GitHub actions
2019-01-06 01:05:05 +08:00
A collection of GitHub actions that I use in my projects.
2019-01-05 22:52:19 +08:00
## Actions
2019-01-06 01:05:05 +08:00
### ESLint
2019-01-05 22:52:19 +08:00
2019-01-06 01:05:05 +08:00
ESLint is a JavaScript linter.
### RuboCop
RuboCop is a Ruby static code analyzer and code formatter.