Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: reviewdogが最近ずっと失敗してそう #799

Open
cookie-s opened this issue Jan 23, 2023 · 2 comments
Open

ci: reviewdogが最近ずっと失敗してそう #799

cookie-s opened this issue Jan 23, 2023 · 2 comments

Comments

@cookie-s
Copy link
Member

- name: Run reviewdog
continue-on-error: true
if: ${{ github.event_name == 'pull_request' }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git ls-files | grep eslintrc | xargs -L 1 dirname | paste -sd ' ' | xargs -I {} sh -c "npx eslint --ext js,ts -f rdjson {} | reviewdog -f=rdjson -name=ESLint -reporter=github-pr-review"

continue-on-error: trueなので、それ自体がマージを阻害はしないけど

@hakatashi
Copy link
Member

ぴえん超えてぱおん超えてわんこ

@cookie-s
Copy link
Member Author

ぴえん超えてぱおん超えてわんこ

あ、これ、reviewdogだからわんこなのか 今理解した

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants