Skip to content

Merge pull request #483 from codeforjapan/dependabot/npm_and_yarn/fol… #217

Merge pull request #483 from codeforjapan/dependabot/npm_and_yarn/fol…

Merge pull request #483 from codeforjapan/dependabot/npm_and_yarn/fol… #217

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request_target:
jobs:
eslint:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: yarn install
- run: yarn run lint