Skip to content

show runfile aliases if any are available when printing command direc… #34

show runfile aliases if any are available when printing command direc…

show runfile aliases if any are available when printing command direc… #34

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: actions/checkout@v2
- run: npm install
- run: npm run test