Skip to content

tests/braille-specs/tr.yaml: Added kia, kib, kic phrase part sentences #43

tests/braille-specs/tr.yaml: Added kia, kib, kic phrase part sentences

tests/braille-specs/tr.yaml: Added kia, kib, kic phrase part sentences #43

Workflow file for this run

name: Run the metadata test
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- 'tables/*'
- 'liblouis/metadata.c'
- 'extra/generate-display-names/*'
pull_request:
branches: [ master ]
paths:
- 'tables/*'
- 'liblouis/metadata.c'
- 'extra/generate-display-names/*'
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
metadata-test:
name: Build and check the metadta
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -y libyaml-dev texinfo texlive golang
- name: autogen && configure
run: |
./autogen.sh
./configure --enable-ucs4
- name: Build
run: make
- name: Run the metadata test
run: make -C extra/generate-display-names
- name: Store the log
if: ${{ failure() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: generate-display-names.log
path: extra/generate-display-names/generate.log