Skip to content

Bump axios from 0.21.2 to 1.6.0 #1141

Bump axios from 0.21.2 to 1.6.0

Bump axios from 0.21.2 to 1.6.0 #1141

Workflow file for this run

name: Eslint
on:
push:
branches: [master]
paths-ignore:
- '.github/**'
- 'README.md'
- 'SECURITY.md'
- 'TERMS.md'
- 'privacy.md'
- 'CONTRIBUTING.md'
pull_request:
branches:
- '*'
paths-ignore:
- '.github/**'
- 'docker-publish.yml'
- 'README.md'
- 'SECURITY.md'
- 'TERMS.md'
- 'privacy.md'
- 'CONTRIBUTING.md'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint