Skip to content

Commit

Permalink
Add badges to README (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu committed Feb 22, 2024
1 parent 2863d20 commit efeee00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Code Base
name: Lint

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux Compiler CI
name: Test

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Linter](https://github.com/thedavidchu/dolang/workflows/Lint/badge.svg)](https://github.com/thedavidchu/dolang/actions)
[![Tester](https://github.com/thedavidchu/dolang/workflows/Test/badge.svg)](https://github.com/thedavidchu/dolang/actions)

The Do Language
================================================================================

Expand Down

0 comments on commit efeee00

Please sign in to comment.