Skip to content

chore(deps-dev): bump axios from 0.21.2 to 1.6.0 #626

chore(deps-dev): bump axios from 0.21.2 to 1.6.0

chore(deps-dev): bump axios from 0.21.2 to 1.6.0 #626

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint