From 24dbaa2bd42c81bc841015b74a58d7b6f0a2c4eb Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Sat, 5 Oct 2024 07:09:46 -0500 Subject: [PATCH] ghaction fix --- .github/workflows/golangci-lint.yml | 5 +++-- README.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index c54f521..181e47b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -1,9 +1,10 @@ name: golangci-lint + on: push: branches: - main - pull_request: + pull_request: {} permissions: contents: read @@ -21,4 +22,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.60 \ No newline at end of file + version: v1.60 diff --git a/README.md b/README.md index 5848a9c..e39b55f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # eventrunner +[![golangci-lint](https://github.com/carverauto/eventrunner/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/carverauto/eventrunner/actions/workflows/golangci-lint.yml) + ## High-Throughput Event Processing Engine This project implements a high-speed, high-throughput event processing engine backed by Cassandra (Scylla)