Skip to content

Commit ad8439a

Browse files
docs: replacing GitLab CI with GitHub Actions badge (#17)
1 parent f783763 commit ad8439a

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
# Monkey Interpreter
22
[![Latest Release](https://gitlab.com/DeveloperC/monkey_interpreter/-/badges/release.svg)](https://gitlab.com/DeveloperC/monkey_interpreter/-/releases)
3-
[![Pipeline Status](https://gitlab.com/DeveloperC/monkey_interpreter/badges/master/pipeline.svg)](https://gitlab.com/DeveloperC/monkey_interpreter/-/pipelines)
3+
[![Continuous Integration (CI)](https://github.com/DeveloperC286/monkey_interpreter/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/monkey_interpreter/actions/workflows/continuous-integration.yml)
44
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
55
[![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
66

0 commit comments

Comments
 (0)