From 2faedda893c97aeed8d8638f13e6756c5b443c01 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:03:52 -0500 Subject: [PATCH] Remove examples Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .github/workflows/linter.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c037228ea10..a494d8fb779 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,20 +17,7 @@ jobs: # since that needs libsodium to run. working-directory: - "" - - example/actionpermissions - - example/appengine - - example/basicauth - - example/commitpr - - example/listenvironments - - example/migrations - - example/newfilewithappauth - - example/newrepo - - example/newreposecretwithxcrypto - - example/ratelimit - - example/simple - - example/tagprotection - - example/tokenauth - - example/topics + # - example # Fails with "no go files to analyze" - scrape - update-urls runs-on: ${{ matrix.platform }}