-
# Hacktoberfest 2020
1. A workflow to run basic test on pull request.
2. A workflow to check against shell script analysis (e.g: https://www.shellcheck.net/) on pull request.
Useful GitHub Act…
-
Add `action-misspell` to correct commonly misspelled English words in source files.
Link:
https://github.com/reviewdog/action-misspell
-
We've been using this action for sometime with a custom rubocop extension (which passes in a config loaded from a gemfile). The workflow looks like:
```
- name: rubocop
uses: review…
-
The latest version of action-eslint is failing on a mostly empty [pull request](https://github.com/blaiseIT/olympus-backgammon-backend/pull/2). The test passes when forcing v1.9.0 but fails on v1.10.0…
-
The workflows of https://github.com/reviewdog/action-template help Dependencies Update.
-
At the moment we have to do something like:
```yaml
dockerlint:
name: Lint - Docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: remove vendor docke…
-
In the knative-style action, we have multiple steps setting up reviewdog. We should set it up once and add it to PATH using the magic actions syntax.
-
I want to introduce [reviewdog](https://github.com/reviewdog/reviewdog) for ncu.
👉 [@see](https://github.com/reviewdog/action-setup)
uruha updated
4 years ago
-
- [ ] Linter for `tf` files
- [ ] script running before commits -> `terraform fmt -recursive` (research)
-
**対象となる文章の例**
(正)pages = {1020 - 1031},
(誤)pages = {1020--1031},
**どうすれば良さそうか**
どちらが良いかわからないので試してほしいです…
1. *.bibもlatexlintの指摘対象に加える
- エラーがでるかどうかよくわからない
1. botのチェックリストに書いておく