Skip to content

Commit

Permalink
consolidate?
Browse files Browse the repository at this point in the history
  • Loading branch information
mccutchen committed Feb 6, 2024
1 parent 4a0cb37 commit 6fee14e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/test.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: CI

on:
push:
Expand All @@ -13,7 +13,6 @@ concurrency:

jobs:
test:
name: test
runs-on: ubuntu-latest

strategy:
Expand All @@ -38,3 +37,16 @@ jobs:
with:
files: ./coverage.out
if: ${{ matrix.go-version == 'stable' }}

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: 'stable'

- uses: golangci/golangci-lint-action@v3
with:
version: latest
27 changes: 0 additions & 27 deletions .github/workflows/lint.yaml

This file was deleted.

0 comments on commit 6fee14e

Please sign in to comment.