Skip to content

Adding vectors, dot above, double dot above #185

Adding vectors, dot above, double dot above

Adding vectors, dot above, double dot above #185

Workflow file for this run

# This workflow will validate the dictionary.txt file by checking each line against a regex
name: Lint Dictionary
on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint dictionary
run: |
chmod +x "${GITHUB_WORKSPACE}/.github/lint"
"${GITHUB_WORKSPACE}/.github/lint" "${GITHUB_WORKSPACE}/dictionary.txt"