Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
premiering committed Apr 27, 2024
1 parent 9987bca commit 62f2e72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: byffer Tests

on:
push:
Expand All @@ -27,5 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# byffer.ts
An easy library to read manipulate byte buffers in TypeScript.
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/premiering/byffer.ts/node.js.yml)
![NPM Version](https://img.shields.io/npm/v/byffer.ts)


An easy library to read and manipulate byte buffers in TypeScript.

It is also on `npm` [here](https://www.npmjs.com/package/byffer.ts).

Expand Down

0 comments on commit 62f2e72

Please sign in to comment.