Skip to content

Merge pull request #172 from toaq/alphabet-order #126

Merge pull request #172 from toaq/alphabet-order

Merge pull request #172 from toaq/alphabet-order #126

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