Skip to content

style: add subtle gradient backgrounds for dark and light themes #2

style: add subtle gradient backgrounds for dark and light themes

style: add subtle gradient backgrounds for dark and light themes #2

Workflow file for this run

name: Test
env:
DENO_VERSION: 2.x
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: denoland/setup-deno@v2
with:
deno-version: ${{ env.DENO_VERSION }}
- run: deno fmt --check
- run: deno lint
- run: deno task check