mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
Verify POT files
This commit is contained in:
3
.github/workflows/elixir.yml
vendored
3
.github/workflows/elixir.yml
vendored
@@ -56,6 +56,9 @@ jobs:
|
||||
- name: Check unused dependencies
|
||||
run: mix deps.unlock --check-unused
|
||||
if: ${{ matrix.lint }}
|
||||
- name: Verify that POT files are up to date
|
||||
run: mix gettext.extract --check-up-to-date
|
||||
if: ${{ matrix.lint }}
|
||||
- name: Compile dependencies
|
||||
run: mix deps.compile
|
||||
- name: Check for compilation warnings
|
||||
|
||||
Reference in New Issue
Block a user