Skip to content

Commit

Permalink
feat: use one workflow for all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Apr 18, 2024
1 parent e89ff36 commit 1705b18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: check
on:
push:
pull_request:
workflow_dispatch:

name: "Build"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -14,11 +14,13 @@ jobs:
uses: kevincobain2000/action-gobrew@v2
with:
version: latest
-
uses: golangci/golangci-lint-action@v4
with:
version: latest
-
name: Build
run: go build .
run: go test ./...
shell: bash
-
name: Tests
run: go test ./...
shell: bash
run: go build .
shell: bash
23 changes: 0 additions & 23 deletions .github/workflows/golangci-lint.yml

This file was deleted.

0 comments on commit 1705b18

Please sign in to comment.