Skip to content

Commit

Permalink
make script for linting and formatting executable
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <[email protected]>
  • Loading branch information
meretp committed Apr 17, 2023
1 parent 0e5f480 commit c987d99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/linter_and_formatting.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash
#
# SPDX-FileCopyrightText: 2023 TNG Technology Consulting GmbH <https://www.tngtech.com>
#
# SPDX-License-Identifier: Apache-2.0
#!/usr/bin/env bash

cd "$(dirname "${BASH_SOURCE[0]}")"/..

Expand Down

0 comments on commit c987d99

Please sign in to comment.