Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 337 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 337 Bytes

node-test-action

Github Action that tests node project

Author

onichandame

Usage

name: Test
on: [push]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Test
        uses: onichandame/node-test-action@master