Skip to content

Add Windows-only test for libedax initialization with non-ASCII book file paths #1709

Add Windows-only test for libedax initialization with non-ASCII book file paths

Add Windows-only test for libedax initialization with non-ASCII book file paths #1709

---
name: Shell Script CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -s bash # See: https://github.com/koalaman/shellcheck/issues/809