summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/translations.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-6/+0
2024-11-26Update Actionstinyboxvk1-1/+1
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-11-14Update github actions workflowsOskar1-4/+4
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-07-09Configure which CI jobs should be triggered by osv-scanner.toml changesLinus Färnstrand1-0/+1
2024-05-16Update GA workflowsDavid Lönnhager1-12/+4
2024-02-15Fix `github-action-json-file-properties` versionMarkus Pettersson1-1/+1
2023-10-20Replace volta-cli/action with actions/setup-nodeOskar Nyberg1-12/+14
2023-07-27Update actions with new resource pathAlbin1-2/+2
2023-01-19Remove 'nightly' from translations workflowDavid Lönnhager1-1/+1
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-36/+36
2022-10-21Move translation verification to localization scriptOskar Nyberg1-16/+2
2022-10-21Add check for html format to translations checkOskar Nyberg1-1/+1
2022-10-18Update volta-action to v4Oskar Nyberg1-1/+1
2022-04-29Set rust toolchain as defaultAlbin1-0/+1
2022-04-29Switch rust toolchain actionAlbin1-2/+2
Switching rust toolchain action due to some issues experienced with the internal caching of the previous action.
2022-04-25Switch to volta in actions and add npm cacheOskar Nyberg1-8/+13
2022-04-14Update node versionOskar Nyberg1-1/+1
2022-04-04Switch to using the cache function in actions/setup-nodeOskar Nyberg1-8/+8
2022-03-25Rename some Github Actions jobs to make them easier to findLinus Färnstrand1-2/+1
2022-01-12Change workflow trigger from push to pull_requestOskar Nyberg1-2/+2
2021-12-16Split Android project and app moduleAlbin1-2/+2
The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins.
2021-10-25Add format specifiers check to translations actionOskar Nyberg1-0/+4
2021-06-24Bump node version in translations YAMLDavid Lönnhager1-1/+1
2021-03-27Add GitHub Actions workflow for translationsJanito Vaqueiro Ferreira Filho1-0/+50
Checks if: - the repository has the latest translation messages extracted into the template file; - the Android resources contain the latest translation messages obtained from the desktop GUI translation messages; - the Android messages that aren't available in the desktop GUI are present in the messages template file.