Skip to content

Commit

Permalink
add travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci committed Aug 26, 2024
1 parent 6775bc3 commit 22b9e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

name: Node.js Package

#on: [push]

on:
release:
types: [created]

on: [push]

Check failure on line 11 in .github/workflows/npm-publish.yml

View check run for this annotation

Trunk.io / Trunk Check

actionlint(syntax-check)

[new] key "on" is duplicated in workflow. previously defined at line:7,col:1

Check failure on line 11 in .github/workflows/npm-publish.yml

View check run for this annotation

Trunk.io / Trunk Check

yamllint(key-duplicates)

[new] duplication of key "on" in mapping

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 14

0 comments on commit 22b9e8d

Please sign in to comment.