Skip to content

feat(lichess): init #256

feat(lichess): init

feat(lichess): init #256

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
lint:
name: Lint Userstyles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Deno
uses: nekowinston/setup-deno@main
with:
deno-version: v1.x
- name: Run Lint
run: deno task lint