Skip to content

Commit

Permalink
Merge pull request #142 from fritx/github-ci
Browse files Browse the repository at this point in the history
Add GitHub CI workflow and SVG badge
  • Loading branch information
tipiirai authored Jan 3, 2024
2 parents 237c218 + b0b835a commit d53b7d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: |
bun install
bun test --coverage
2 changes: 1 addition & 1 deletion packages/nuekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://nuejs.org/img/nue-banner-big.png">
</a>

# Nue
# Nue &nbsp;[![test](https://github.com/nuejs/nue/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nuejs/nue/actions/workflows/test.yaml)
Nue(kit) is a static website generator and web application builder. It's an amazingly simple and powerful alternative to **Next.js** and **Astro**:


Expand Down

0 comments on commit d53b7d9

Please sign in to comment.