Skip to content

fix an error with mismatched variables causing a login issue #79

fix an error with mismatched variables causing a login issue

fix an error with mismatched variables causing a login issue #79

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