Skip to content

Commit ef694e4

Browse files
authored
Merge pull request #65 from kowshikRoy/fix-build-badge
docs: fix build status badge in README
2 parents 9970c98 + 08244c7 commit ef694e4

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
@@ -2,7 +2,7 @@
22

33
A simple and fast file system integrity checking tool in Go.
44

5-
[![Build Status](https://travis-ci.org/google/fswalker.svg?branch=master)](https://travis-ci.org/google/fswalker)
5+
[![Build Status](https://github.com/google/fswalker/actions/workflows/test.yml/badge.svg)](https://github.com/google/fswalker/actions/workflows/test.yml)
66

77
## Overview
88

0 commit comments

Comments
 (0)