Skip to content

Merge pull request #284 from AnchorI/ru-locale #351

Merge pull request #284 from AnchorI/ru-locale

Merge pull request #284 from AnchorI/ru-locale #351

Workflow file for this run

name: test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: make CI=1 ci