Skip to content

fix: hyperdrive times #110

fix: hyperdrive times

fix: hyperdrive times #110

Workflow file for this run

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