Skip to content

chore(deps): update codecov/codecov-action action to v5 #74

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

chore(deps): update codecov/codecov-action action to v5 #74

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