Skip to content

Fix default clock image. #21

Fix default clock image.

Fix default clock image. #21

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: make lint