We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43413a9 commit e7d9871Copy full SHA for e7d9871
.github/workflows/myaction.yml
@@ -17,5 +17,5 @@ jobs:
17
18
- name: check build
19
run: |
20
- g++ hello_world.cpp -Wall -o hello_world
+ g++ hello_world.cpp -Wall -Werror -Wextra -o hello_world
21
./hello_world
0 commit comments