Skip to content

Commit bfc1fbb

Browse files
authored
Remove example subdirs in GitHub Actions linter workflow (#2701)
1 parent 572b301 commit bfc1fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# since that needs libsodium to run.
1818
working-directory:
1919
- ""
20-
- example
20+
# - example # Fails with "no go files to analyze"
2121
- scrape
2222
- update-urls
2323
runs-on: ${{ matrix.platform }}
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
version: latest
3232
working-directory: ${{ matrix.working-directory}}
33-
args: --verbose ./...
33+
args: --verbose

0 commit comments

Comments
 (0)