Skip to content

Commit

Permalink
test: run on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
eadmundo committed Aug 3, 2022
1 parent a64dda8 commit 84a5db0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [ 16 ]
node-version: [ 14, 16, 18 ]

name: Node.js ${{ matrix.node }}

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: test

on:
push:
branches: [main]
pull_request:
branches: [main]
push

jobs:
validate:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A fastify plugin to run a server that follows the [Star Micronics CloudPRNT protocol](https://www.star-m.jp/products/s_print/CloudPRNTSDK/Documentation/en/developerguide/introduction.html).

## Commit linting with Husky

The npm postinstall script has been removed as it fails on the GH action runner. If you would like lint-staged to run on each commit, run `husky install` manually.

## Usage

```js
Expand Down

0 comments on commit 84a5db0

Please sign in to comment.