Skip to content

Merge pull request #581 from team-apm/create-pull-request/check-update #1083

Merge pull request #581 from team-apm/create-pull-request/check-update

Merge pull request #581 from team-apm/create-pull-request/check-update #1083

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: yarn
- run: yarn install
- run: yarn run lint