Skip to content

Kazam's Cherry theme #114

Kazam's Cherry theme

Kazam's Cherry theme #114

Workflow file for this run

name: Validate themes
on:
workflow_dispatch:
push:
paths:
- 'themes.toml'
pull_request:
paths:
- 'themes.toml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: iffy/install-nim@v5
- run: nimble install -d -y
- run: nimble c -r validate_themes.nim