Skip to content

Make verbiage of remaining items consistent #129

Make verbiage of remaining items consistent

Make verbiage of remaining items consistent #129

Workflow file for this run

name: ESLint CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- name: Install modules
run: bun install
- name: Run ESLint
run: bun run lint