Skip to content

feat: added bun to package managers (#108) #245

feat: added bun to package managers (#108)

feat: added bun to package managers (#108) #245

Workflow file for this run

name: "test"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install && npm run test