Skip to content

Commit

Permalink
fix: mods not needed anymore (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored May 16, 2022
1 parent 56247fd commit 68dd94f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
- uses: actions/checkout@v2
- id: list_dirs
run: echo "::set-output name=matrix::$(ls -d */|sed -e 's/\///'|grep -v 'bless-ca\|scripts'|jq -cnR '[inputs | select(length>0)]')"

check-mod:
name: check-mod
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15.5
- run: make check-mod
lint:
name: lint
runs-on: ubuntu-latest
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/mods.yml

This file was deleted.

0 comments on commit 68dd94f

Please sign in to comment.