Skip to content

build(deps): bump axios from 0.21.1 to 0.21.4 in /website #9

build(deps): bump axios from 0.21.1 to 0.21.4 in /website

build(deps): bump axios from 0.21.1 to 0.21.4 in /website #9

Workflow file for this run

name: run eslint on code
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install modules
run: yarn
- name: run lint
run: yarn lint
env:
CI: true