Skip to content

Bump axios from 0.21.1 to 1.6.0 #565

Bump axios from 0.21.1 to 1.6.0

Bump axios from 0.21.1 to 1.6.0 #565

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: node_modules/eslint/bin/eslint.js src/ --ext .js,.jsx,.ts,.tsx