Skip to content

Commit

Permalink
Specify ct.yaml?
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieAMorris committed Dec 10, 2024
1 parent a91e103 commit 14c661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git status
cat ct.yaml
git diff origin/main
changed=$(ct list-changed)
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 14c661f

Please sign in to comment.