Skip to content

Bump axios from 0.21.4 to 1.6.0 #786

Bump axios from 0.21.4 to 1.6.0

Bump axios from 0.21.4 to 1.6.0 #786

Workflow file for this run

name: Run precommit
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.1.4
with:
python-version: "3.9"
- name: Install pre-commit
run: pip install pre-commit
- name: Lint using pre-commit
run: |
pre-commit run --all-files