Skip to content

Commit

Permalink
Renamed Continuous Integration to just CI (#58)
Browse files Browse the repository at this point in the history
Renamed Continuous Integration to just CI
gr211 authored Apr 28, 2024

Verified

This commit was signed with the committer’s verified signature.
florianduros Florian Duros
1 parent c93e11e commit 0ba803c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:
branches:
- main

name: Continuous integration
name: CI

jobs:
ci:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kinesis-tailr

![Continuous integration](https://github.com/grumlimited/kinesis-tailr/workflows/Continuous%20integration/badge.svg?branch=main)
![Continuous integration](https://github.com/grumlimited/kinesis-tailr/workflows/CI/badge.svg?branch=main)

A simple tool to tail a Kinesis stream. Built with Rust.

0 comments on commit 0ba803c

Please sign in to comment.