Skip to content

Commit

Permalink
Remove example subdirs in GitHub Actions linter workflow (google#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored and exageraldo committed Mar 13, 2023
1 parent d7b4ef4 commit 7dc5ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# since that needs libsodium to run.
working-directory:
- ""
- example
# - example # Fails with "no go files to analyze"
- scrape
- update-urls
runs-on: ${{ matrix.platform }}
Expand All @@ -30,4 +30,4 @@ jobs:
with:
version: latest
working-directory: ${{ matrix.working-directory}}
args: --verbose ./...
args: --verbose

0 comments on commit 7dc5ead

Please sign in to comment.