Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Paths Windows‐Compatible #9

Merged
merged 5 commits into from May 12, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/Windows.yaml
@@ -0,0 +1,11 @@
name: Windows

on: [push, pull_request]

jobs:
Windows:
name: Windows
runs-on: windows-2019
steps:
- name: Check out
uses: actions/checkout@v1
SDGGiesbrecht marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions Documentation/01 Getting Started.md
Expand Up @@ -248,11 +248,11 @@ With these arguments, the result is an interactive Markdown file that links to s
> <ul>
> <details>
> <summary>01: Deque: random access lookups</summary>
> <img src="./Assets/sample-results/01%20Deque:%20random%20access%20lookups.png">
> <img src="./Assets/sample-results/01%20Deque_%20random%20access%20lookups.png">
SDGGiesbrecht marked this conversation as resolved.
Show resolved Hide resolved
> </details>
> <details>
> <summary>02: Deque: prepending individual integers</summary>
> <img src="./Assets/sample-results/02%20Deque:%20prepending%20individual%20integers.png">
> <img src="./Assets/sample-results/02%20Deque_%20prepending%20individual%20integers.png">
SDGGiesbrecht marked this conversation as resolved.
Show resolved Hide resolved
> </details>
> <details>
> <summary>03: OrderedSet lookups</summary>
Expand Down