Skip to content

Commit

Permalink
Ignore non-go, tests and files from vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 10, 2024
1 parent 80c76fb commit 8e2e1a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
with:
write_output_files: true
json: true
files: |
**.go
files_ignore: |
**_test.go
vendor/**
- name: Verify the contents of the .github/outputs/added_files.txt file
run: |
Expand Down
3 changes: 3 additions & 0 deletions vendor/foo.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package vendor

// HEllO

0 comments on commit 8e2e1a7

Please sign in to comment.