Skip to content

feat: create AppImage bundle for linux #14

feat: create AppImage bundle for linux

feat: create AppImage bundle for linux #14

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