Skip to content

Commit d5d2ac4

Browse files
author
Vladimir Kotal
committed
move Apiary blueprint check to Github actions
1 parent b09247f commit d5d2ac4

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

dev/before_install

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ if [[ "$TRAVIS_OS_NAME" == "linux" || "$RUNNER_OS" == "Linux" ]]; then
4444
exit 1
4545
fi
4646

47-
# for API blueprint verification
48-
npm install drafter
4947
elif [[ "$TRAVIS_OS_NAME" == "osx" || "$RUNNER_OS" == "macOS" ]]; then
5048
# brew update
5149
export HOMEBREW_NO_AUTO_UPDATE=1

dev/main

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,4 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
4141
extra_args="$extra_args -Dorg.opengrok.indexer.analysis.Ctags=c:\\ProgramData\\chocolatey\\lib\\universal-ctags\\tools\\ctags.exe"
4242
fi
4343

44-
ret=0
45-
./mvnw -B -V verify $extra_args || ret=1
46-
47-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
48-
echo "Checking Apiary blueprint format"
49-
node dev/parse.js || ret=1
50-
fi
51-
52-
exit $ret
44+
./mvnw -B -V verify $extra_args

0 commit comments

Comments
 (0)