You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your project you can add phpBB Translation Validator as a dependency:
43
43
44
44
{
45
45
"require-dev": {
46
46
"phpbb/translation-validator": "1.5.*"
47
47
}
48
48
}
49
49
50
-
Then add a `php vendor/bin/translation.php` call to your `.travis.yml` file.
50
+
Then add a `php vendor/bin/translation.php` call to your workflow.
51
51
52
-
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests).
52
+
We use GitHub Actions as a continuous integration server and phpunit for our unit testing.
0 commit comments