Skip to content

Merge pull request #21 from thaim/dependabot/npm_and_yarn/babel/trave… #58

Merge pull request #21 from thaim/dependabot/npm_and_yarn/babel/trave…

Merge pull request #21 from thaim/dependabot/npm_and_yarn/babel/trave… #58

Workflow file for this run

name: lint and test action
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- name: npm install
run: npm install
- uses: reviewdog/action-eslint@v1
- name: run test
run: npm run test