Skip to content

chore(deps): bump the npm_and_yarn group group with 1 update #1274

chore(deps): bump the npm_and_yarn group group with 1 update

chore(deps): bump the npm_and_yarn group group with 1 update #1274

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run npm install
run: npm install
- name: Run lint
run: npm run lint