Skip to content

build(deps): bump axios from 0.21.4 to 1.6.0 #1070

build(deps): bump axios from 0.21.4 to 1.6.0

build(deps): bump axios from 0.21.4 to 1.6.0 #1070

Workflow file for this run

name: Lint (Pull Request)
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint (Pull Request)
runs-on:
- ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: install npm dependencies
run: npm i
- name: lint
run: npm run lint