Skip to content

Popped scratchpad windows should show a border #77

Popped scratchpad windows should show a border

Popped scratchpad windows should show a border #77

Workflow file for this run

---
name: Tests
on:
pull_request:
push:
branches:
- '**'
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble build -Y
- run: nimtest