mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Put lint before build in CI script
This commit is contained in:
parent
4f9a064940
commit
a4af720280
1 changed files with 5 additions and 5 deletions
|
@ -41,6 +41,11 @@ go clean -cache
|
|||
echo "Invoking 'make all' ..."
|
||||
make all
|
||||
|
||||
############
|
||||
stage "Lint"
|
||||
############
|
||||
make lint
|
||||
|
||||
############
|
||||
stage "UnitTests"
|
||||
############
|
||||
|
@ -99,11 +104,6 @@ if [ -f ~/.xs_id.bak ]; then
|
|||
mv ~/.xs_id.bak ~/.xs_id
|
||||
fi
|
||||
|
||||
############
|
||||
stage "Lint"
|
||||
############
|
||||
make lint
|
||||
|
||||
############
|
||||
stage "Artifacts"
|
||||
############
|
||||
|
|
Loading…
Reference in a new issue