Skip to content

Almost working and redesign, still issues displaying the result #5

Almost working and redesign, still issues displaying the result

Almost working and redesign, still issues displaying the result #5

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run linter
run: bun run lint