Skip to content

Replace err_derive with thiserror #247

Replace err_derive with thiserror

Replace err_derive with thiserror #247

---
name: Translations converter tool CI
on:
pull_request:
paths:
- .github/workflows/translations-converter.yml
- android/translations-converter/**
workflow_dispatch:
jobs:
check-translations:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/[email protected]
with:
toolchain: stable
default: true
- name: Build and test translations converter tool
working-directory: android/translations-converter
run: cargo test