Skip to content

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

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

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

Workflow file for this run

name: Make distcheck
on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore:
- README
- NEWS
pull_request:
branches: [ master ]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
build:
name: Make distcheck
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
- name: Autogen
run: ./autogen.sh
- name: Configure
run: ./configure
- name: Make distcheck
run: make distcheck