Skip to content

Commit

Permalink
fix(lint): disable Ansible check
Browse files Browse the repository at this point in the history
*refactor(build): remove whitespace
  • Loading branch information
GoetzGoerisch committed Feb 2, 2024
1 parent 8de1aac commit 188af0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: super-linter/[email protected]
env:
VALIDATE_CPP: false # Use clang-formt instead
VALIDATE_ANSIBLE: false
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions initialbuild.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/bin/bash
# MIT License
#
#
# Copyright 2021 (c) Götz Görisch, VDW - Verein Deutscher Werkzeugmaschinenfabriken e.V.
#
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
Expand All @@ -25,7 +25,7 @@ BASEDIR=$(pwd)

mkdir build-auto
cd build-auto || exit
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH="$BASEDIR/install" ../.github/
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH="$BASEDIR/install" ../.github/
cmake --build .
cd SampleServer-build || exit
ctest

0 comments on commit 188af0c

Please sign in to comment.