Skip to content

Remove luka_pona to be replaced with a separate luka_pona.toml #18

Remove luka_pona to be replaced with a separate luka_pona.toml

Remove luka_pona to be replaced with a separate luka_pona.toml #18

Workflow file for this run

name: Validate TOML Files
on:
push:
paths:
- "**.toml"
- "schemas/schema.json"
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate translations
run: npx --yes @taplo/cli check --schema https://raw.githubusercontent.com/lipu-linku/sona/${{github.event.ref}}/schemas/schema.json#translation ./translations/*.toml
- name: Validate word files
run: npx --yes @taplo/cli check --schema https://raw.githubusercontent.com/lipu-linku/sona/${{github.event.ref}}/schemas/schema.json#word ./words/*.toml