Skip to content

Slight code refactor in "Farmer" page #117

Slight code refactor in "Farmer" page

Slight code refactor in "Farmer" page #117

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