Skip to content

Merge pull request #67 from wdhongtw/dependabot/npm_and_yarn/word-wra… #158

Merge pull request #67 from wdhongtw/dependabot/npm_and_yarn/word-wra…

Merge pull request #67 from wdhongtw/dependabot/npm_and_yarn/word-wra… #158

Workflow file for this run

name: check-code-quality
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install dependent packages
run: npm install
- name: Run lint job
run: npm run lint