Skip to content

Merge pull request #78 from harmonoid/patch-4 #170

Merge pull request #78 from harmonoid/patch-4

Merge pull request #78 from harmonoid/patch-4 #170

Workflow file for this run

name: CI
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON syntax
run: for file in `ls | grep '.json' `; do python -mjson.tool "$file" > /dev/null ; done
- name: Validate index entries & translation values
run: python3 ci.py