Skip to content

chore(deps): update codecov/codecov-action action to v4 #67

chore(deps): update codecov/codecov-action action to v4

chore(deps): update codecov/codecov-action action to v4 #67

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