Skip to content

Add shortcuts to open and create new files, re-add Esc to exit with a… #56

Add shortcuts to open and create new files, re-add Esc to exit with a…

Add shortcuts to open and create new files, re-add Esc to exit with a… #56

name: Build and Test Unstable (main branch)
on:
push:
branches:
- 'main'
# Make sure jobs cannot overlap.
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
export-project:
name: Export the project for target platforms
uses: ./.github/workflows/export-project.yml