Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasfalcone committed Jul 19, 2023
1 parent 91b3b69 commit cf23ece
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/diffs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
PATTERNS: |
src/**/*.cpp
!src/**/exclude.cpp
- name: Check for differences
if: env.GIT_DIFF
run: |
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
int main()
{
int root;
return 0;
}
1 change: 1 addition & 0 deletions src/one/exclude.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
int exclude()
{
int ex;
return 0;
}
1 change: 0 additions & 1 deletion src/one/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
int main()
{
int one;
return 0;
}
1 change: 0 additions & 1 deletion src/two/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
int main()
{
int two;
return 0;
}

0 comments on commit cf23ece

Please sign in to comment.