Skip to content

Commit f4cb8bb

Browse files
committed
Add test badge
1 parent 80f5820 commit f4cb8bb

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: test
2+
on: [push, pull_request]
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
strategy:
7+
matrix:
8+
node: [18, 20, 22]
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: ${{ matrix.node }}
14+
- run: npm install
15+
- run: npm test

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# window-function
1+
# window-function [![test](https://github.com/audiojs/window-function/actions/workflows/test.yml/badge.svg)](https://github.com/audiojs/window-function/actions/workflows/test.yml)
22

33
Collection of window functions for signal processing and spectral analysis.
44

@@ -497,4 +497,4 @@ cola(hann, 1024, 512) // 0 — perfect STFT reconstruction
497497
[^mckechan2010]: D.J.A. McKechan et al., "A Tapering Window for Time-Domain Templates," *Class. Quantum Grav.* 27, 2010.
498498
[^starosielec2014]: S. Starosielec & D. Hagemeier, "Discrete-Time Windows with Minimal RMS Bandwidth," *Signal Processing* 102, 2014.
499499

500-
<p align=center>MIT · <a href="https://github.com/krishnized/license/">ॐ</a></p>
500+
<!-- <p align=center>MIT · <a href="https://github.com/krishnized/license/">ॐ</a></p> -->

0 commit comments

Comments
 (0)