mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Check bisq.asset.Asset sort order during CI
This check had been set up for some time in the original bisq-network/bisq-assets repository.
This commit is contained in:
parent
83cd8d0345
commit
9ec47d2292
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
language: java
|
||||
jdk: oraclejdk8
|
||||
before_install:
|
||||
grep -v '^#' src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
|
||||
notifications:
|
||||
slack:
|
||||
on_success: change
|
||||
|
|
Loading…
Add table
Reference in a new issue