We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2d241 commit 8c73e94Copy full SHA for 8c73e94
2 files changed
.github/workflows/pythonpackage.yml .github/workflows/tests.yml.github/workflows/pythonpackage.yml renamed to .github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: Python package
+name: Tests
2
3
on: [push]
4
README.adoc
@@ -3,7 +3,7 @@
:email: flashcode@flashtux.org
:lang: en
5
6
-image:https://travis-ci.org/flashcode/msgcheck.svg?branch=master["Build Status", link="https://travis-ci.org/flashcode/msgcheck"]
+image:https://github.com/flashcode/msgcheck/workflows/Tests/badge.svg["Tests", link="https://github.com/flashcode/msgcheck/actions"]
7
8
`msgcheck` performs various checks on gettext files (with extension ".po"):
9
0 commit comments