Skip to content

Merge pull request #56 from coyoteclan/patch-1 #115

Merge pull request #56 from coyoteclan/patch-1

Merge pull request #56 from coyoteclan/patch-1 #115

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