dncurrency/ci/impl/common.sh
theohax 6bff63efce
Redesign CI format check/update scripts according to review (#3486)
* Redesign CI format check/update scripts according to review

* Address code review #2
2021-09-30 10:37:09 +03:00

7 lines
267 B
Bash

#!/usr/bin/env bash
###################################################################################################
ROOTPATH="$(git rev-parse --show-toplevel)"
###################################################################################################