Skip to content

Merge pull request #196 from itiquette/feat/swedish-translation-8 #46

Merge pull request #196 from itiquette/feat/swedish-translation-8

Merge pull request #196 from itiquette/feat/swedish-translation-8 #46

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install package
run: sudo apt-get -yq install libunicode-linebreak-perl gettext python3-polib libyaml-tiny-perl asciidoctor ruby-parslet
- name: install required po4a version with asciidoc fixes
run: sh ci/install_po4a.sh
- name: Run tests
run: make -j8 all