Skip to content

chore(deps): update codecov/codecov-action action to v3.1.5 #302

chore(deps): update codecov/codecov-action action to v3.1.5

chore(deps): update codecov/codecov-action action to v3.1.5 #302

Workflow file for this run

name: lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: lint
run: npm run lint