Skip to content

fix(bot): fix configs w/o influx #442

fix(bot): fix configs w/o influx

fix(bot): fix configs w/o influx #442

Workflow file for this run

name: ESLint
on:
push:
workflow_dispatch:
jobs:
lint:
name: Lint source code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v18
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint