Skip to content

14 improve design of nav in tabcontainer for smartphones #10

14 improve design of nav in tabcontainer for smartphones

14 improve design of nav in tabcontainer for smartphones #10

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Prettier Format
uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: warning
- name: ESLint Lint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
level: warning
reporter: github-pr-check