Skip to content

Commit

Permalink
Merge pull request #1 from reviewdog/test
Browse files Browse the repository at this point in the history
debug: add debug code for testing
  • Loading branch information
haya14busa authored Sep 23, 2019
2 parents 1bd82b2 + 45db234 commit aece9fa
Show file tree
Hide file tree
Showing 6 changed files with 3,385 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: stylelint
- name: stylelint-github-pr-check
uses: reviewdog/action-stylelint@v1
with:
github_token: ${{ secrets.github_token }}
stylelint_config: 'stylelint-config-recommended'
- name: stylelint-github-pr-review
uses: reviewdog/action-stylelint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-recommended"
}
Loading

0 comments on commit aece9fa

Please sign in to comment.