Skip to content

Translate: fixed Yandex engine (#359) #98

Translate: fixed Yandex engine (#359)

Translate: fixed Yandex engine (#359) #98

Workflow file for this run

name: CI
on:
push:
branches:
- develop
- stable
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install gawk curl rlwrap emacs
- name: Sanity check
run: |
make test