Skip to content

deps: added dependabot configuration #498

deps: added dependabot configuration

deps: added dependabot configuration #498

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- b0.*
pull_request:
branches:
- master
- b0.*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ESLint
run: |
yarn install
yarn lint