add badges in README for tests

This commit is contained in:
2025-01-09 16:30:55 -05:00
parent f89aa9daa1
commit d76ed1f1f9
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Test name: Tests
on: on:
push: push:
@@ -8,7 +8,7 @@ on:
types: [opened, reopened] types: [opened, reopened]
jobs: jobs:
test: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -1,4 +1,7 @@
# toak # toak
[![npm version](https://img.shields.io/npm/v/toak)](https://www.npmjs.com/package/toak)
![Tests](https://github.com/seemueller-io/toak/actions/workflows/test.yml/badge.svg)
## Overview ## Overview