Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

Add missing strings workflow #295

Closed matbme closed 4 months ago

matbme commented 4 months ago

This PR adds the newly created Github Action that checks for missing translation strings in our Golang projects. I noticed we have quite a few of these issues in ABRoot, Apx, etc and this action should prevent us from making these mistakes in the future.

The workflow will fail (for now) since this project has a missing translation string, but I'll fix it in a separate PR.