Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update action.yml
Co-authored-by: Brendan <2bndy5@gmail.com>
  • Loading branch information
shenxianpeng and 2bndy5 authored Oct 19, 2022
commit c5e3264329372cd5ad540feaf6afbf8cf6918d42
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
shell: bash
run: |
if [[ "${{runner.os}}" == "macOS" ]];then
source venv/bin/activate;
source '${{ github.action_path }}/venv/bin/activate;'
fi
cpp-linter \
--style="${{ inputs.style }}" \
Expand Down