Epub reader fixes (#2471)

This commit is contained in:
Joe Milazzo 2023-12-03 14:28:56 -06:00 committed by GitHub
parent 0cb08de254
commit 6cbf071923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 116 deletions

View file

@ -48,6 +48,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Swashbuckle CLI
shell: powershell
run: dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2