Skip to content

Bump command-line-args from 5.2.1 to 6.0.0 #58

Bump command-line-args from 5.2.1 to 6.0.0

Bump command-line-args from 5.2.1 to 6.0.0 #58

Workflow file for this run

name: Build & Test with Bun
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3 # Checkout repo
- name: Setup Bun
uses: oven-sh/setup-bun@v1 # Setup bun
with:
bun-version: latest
- run: bun i # Install dependencies
- run: bun test # Run tests