Skip to content

Commit d80fa2f

Browse files
committed
[Doc] Fix a broken CI badge link in README.md
Follow up #60
1 parent 297fe33 commit d80fa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rubocop::I18n
22

3-
[![Build Status](https://travis-ci.com/puppetlabs/rubocop-i18n.svg?branch=master)](https://travis-ci.com/puppetlabs/rubocop-i18n)
3+
[![CI](https://github.com/rubocop/rubocop-i18n/actions/workflows/rubocop.yml/badge.svg)](https://github.com/rubocop/rubocop-i18n/actions/workflows/rubocop.yml)
44

55
A set of cops for detecting strings that need i18n decoration in your project.
66

0 commit comments

Comments
 (0)