Skip to content

Commit

Permalink
ghaction fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Freeman committed Oct 5, 2024
1 parent 8b1b145 commit 24dbaa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: golangci-lint

on:
push:
branches:
- main
pull_request:
pull_request: {}

permissions:
contents: read
Expand All @@ -21,4 +22,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: v1.60
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 24dbaa2

Please sign in to comment.