Skip to content

Commit

Permalink
docs: update the badges and the ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoDev1611 committed Jan 16, 2022
1 parent 07f3d3b commit 2b5ecc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 75 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Formatting and Tests
name: CI
on:
push:
branches:
Expand All @@ -22,8 +22,3 @@ jobs:
run: deno fmt -c deno.json --check
env:
NO_COLOR: true

- name: Run Tests
run: deno test --allow-run --unstable
env:
NO_COLOR: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h5>A simple logger for deno!</h5>
<hr>

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dpmland/dlog/CI%20Formatting%20and%20Testslabel=Ci&logo=github)](./.github/workflows/ci.yml)
![Github Workflow](https://img.shields.io/github/workflow/status/dpmland/dlog/CI)
[![GitHub license](https://img.shields.io/github/license/dpmland/dlog?label=License)](./LICENSE)
[![Discord](https://img.shields.io/discord/932381618851692565?label=Discord&logo=discord&logoColor=white)](https://discord.gg/Um27YPJKud)
![Lines of code](https://img.shields.io/tokei/lines/github/dpmland/dlog?label=Lines)
Expand Down
68 changes: 0 additions & 68 deletions mod_test.ts

This file was deleted.

0 comments on commit 2b5ecc4

Please sign in to comment.