Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

change: スマホ用のヘッダーを追加 #9

change: スマホ用のヘッダーを追加

change: スマホ用のヘッダーを追加 #9

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: eslint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true