Skip to content

Bump chromedriver from 117.0.3 to 119.0.1 (#400) #177

Bump chromedriver from 117.0.3 to 119.0.1 (#400)

Bump chromedriver from 117.0.3 to 119.0.1 (#400) #177

Workflow file for this run

name: Lint Code Base
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: NPM install
run: npm install
- name: Run Prettier
run: npm run format:check
- name: Run ESlint
run: npm run lint