Skip to content

feat: Workflow to generate plist file from dictionary.txt #187

feat: Workflow to generate plist file from dictionary.txt

feat: Workflow to generate plist file from dictionary.txt #187

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"