Skip to content

⟦tsv-to-json.py⟧: Ensuring that the output JSON is conformant to ⟦nor… #113

⟦tsv-to-json.py⟧: Ensuring that the output JSON is conformant to ⟦nor…

⟦tsv-to-json.py⟧: Ensuring that the output JSON is conformant to ⟦nor… #113

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
name: Normalization check
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cp dictionary{,-clean}.json
- run: node tools/normalize.js
- run: diff -U8 dictionary{,-clean}.json