Skip to content

Update watchy/commander, 4.9.0 #53

Update watchy/commander, 4.9.0

Update watchy/commander, 4.9.0 #53

Workflow file for this run

name: main
on: [push]
jobs:
main:
runs-on: ubuntu-latest
container:
image: node:alpine
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm install
- name: Test
run: bin/test