Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from Alpaca-zip/feature/rename_workflow
Browse files Browse the repository at this point in the history
Feature/rename workflow
  • Loading branch information
Alpaca-zip authored Jul 15, 2023
2 parents a4cf439 + 9121661 commit f2bf776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-bot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Check Bot
name: Ubuntu-latest Build Check

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dijkstra_algorithm [![Build Check Bot](https://github.com/Alpaca-zip/dijkstra_algorithm/actions/workflows/build-check-bot.yml/badge.svg)](https://github.com/Alpaca-zip/dijkstra_algorithm/actions/workflows/build-check-bot.yml)
# dijkstra_algorithm [![Ubuntu-latest Build Check](https://github.com/Alpaca-zip/dijkstra_algorithm/actions/workflows/build-check-bot.yml/badge.svg?event=push)](https://github.com/Alpaca-zip/dijkstra_algorithm/actions/workflows/build-check-bot.yml)
This repository contains an implementation of Dijkstra's Algorithm in C++.

## How to Use
Expand Down

0 comments on commit f2bf776

Please sign in to comment.