Skip to content

Commit

Permalink
Check if dot files are saved to Kosli vault (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 2, 2023
1 parent 7616c34 commit be7fa4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
repo_root() { git rev-parse --show-toplevel; }
export LINT_EVIDENCE_DIR=/tmp/evidence/lint
mkdir -p "${LINT_EVIDENCE_DIR}"
cp "$(repo_root)/.rubocop.yml" "${LINT_EVIDENCE_DIR}"
cp "$(repo_root)/.rubocop.yml" "${LINT_EVIDENCE_DIR}"/.rubocop.yml
cp "$(repo_root)/.rubocop.yml" "${LINT_EVIDENCE_DIR}"/rubocop.yml
gem install rubocop
if [ rubocop "$(repo_root)" | tee "${LINT_EVIDENCE_DIR}"/rubocop.log ]; then
export KOSLI_LINT_COMPLIANT=true
Expand Down

0 comments on commit be7fa4e

Please sign in to comment.