Skip to content

feat: inform on first time use that the program will run in the background #26

feat: inform on first time use that the program will run in the background

feat: inform on first time use that the program will run in the background #26

Workflow file for this run

name: "Run tests"
on:
pull_request:
branches: [ main ]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run tests
run: npm test