Skip to content

Commit

Permalink
TEST: coding-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan-Cordelier committed Apr 3, 2024
1 parent deeee3d commit 99635c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chocolatine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
input=/tmp/coding-style-reports.log
while IFS= read -r -a line; do
tab=($(printf "%s" "$line"|cut -d':' --output-delimiter=' ' -f1-))
echo "::error title=${tab[2]} coding style error,path=${tab[0]},line=${tab[1]}::${tab[3]}"
echo "::error title=${tab[2]} coding style error:path=${tab[0]},line=${tab[1]}::${tab[3]}"
done < $input
- name: is any codingstyle error
run: |
Expand Down
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@

int main(void)
{

}

0 comments on commit 99635c6

Please sign in to comment.