Skip to content

Commit

Permalink
update github action shield
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Jan 9, 2024
1 parent 85131a3 commit 954bdc5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An universal TypeScript library for handing Apple's Property Lists. Supports bin
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/plist">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/plist">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/plist">
Expand Down
2 changes: 1 addition & 1 deletion packages/binary.parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TypeScript library for parsing binary Property Lists, in browser and node.js.
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/binary.parse">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/binary.parse">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/binary.parse">
Expand Down
2 changes: 1 addition & 1 deletion packages/binary.serialize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TypeScript library for serializing binary Property Lists, in browser and node.js
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/binary.serialize">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/binary.serialize">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/binary.serialize">
Expand Down
2 changes: 1 addition & 1 deletion packages/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Shared constants and types between @plist/* libraries.
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/common">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/common">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/common">
Expand Down
2 changes: 1 addition & 1 deletion packages/openstep.parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TypeScript library for parsing OpenStep/NEXTStep Property Lists, in browser and
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/openstep.parse">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/openstep.parse">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/openstep.parse">
Expand Down
2 changes: 1 addition & 1 deletion packages/openstep.serialize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TypeScript library for serializing OpenStep/NEXTStep Property Lists, in browser
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/openstep.serialize">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/openstep.serialize">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/openstep.serialize">
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An universal TypeScript library for parsing Apple's Property Lists. Supports bin
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/parse">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/parse">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/parse">
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An universal TypeScript library for serializing Apple's Property Lists. Supports
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/serialize">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/serialize">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/serialize">
Expand Down
2 changes: 1 addition & 1 deletion packages/xml.parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TypeScript library for parsing XML Property Lists, in browser and node.js.
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/xml.parse">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/xml.parse">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/xml.parse">
Expand Down
2 changes: 1 addition & 1 deletion packages/xml.serialize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TypeScript library for serializing XML Property Lists, in browser and node.js.
</p>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/plist/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/plist/node.js.yml?branch=main">
<a href="https://npmjs.com/package/@plist/xml.serialize">
<img alt="npm" src="https://img.shields.io/npm/v/@plist/xml.serialize">
<img alt="npm" src="https://img.shields.io/npm/dw/@plist/xml.serialize">
Expand Down

0 comments on commit 954bdc5

Please sign in to comment.