Skip to content

Artifact stats detail page confusion fix #860

Artifact stats detail page confusion fix

Artifact stats detail page confusion fix #860

Workflow file for this run

---
name: reviewdog
on: [pull_request]
jobs:
stylelint:
name: runner / stylelint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-stylelint@v1
with:
github_token: ${{ secrets.github_token }}