Skip to content

Merge pull request #75 from takatoshiinaoka/72-fix-favicon #179

Merge pull request #75 from takatoshiinaoka/72-fix-favicon

Merge pull request #75 from takatoshiinaoka/72-fix-favicon #179

Workflow file for this run

name: Check eslint format.
on: push
jobs:
run_eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Run eslint
run: |
yarn eslint --ext '.js,.ts' --ignore-path .gitignore .