diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7339bb0..a2c2cac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Lint Code Base +name: Lint on: push: diff --git a/.github/workflows/linux_compiler_test.yml b/.github/workflows/test.yml similarity index 96% rename from .github/workflows/linux_compiler_test.yml rename to .github/workflows/test.yml index 736a2c2..251c7e6 100644 --- a/.github/workflows/linux_compiler_test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Linux Compiler CI +name: Test on: push: diff --git a/README.md b/README.md index f7f5780..08345b6 100644 --- a/README.md +++ b/README.md @@ -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 ================================================================================