Skip to content

Use isatty() from standard library #20

Use isatty() from standard library

Use isatty() from standard library #20

Workflow file for this run

name: Windows CI
on:
push:
branches: [master]
pull_request:
jobs:
validate:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
# Copied from here:
# <https://docs.travis-ci.com/user/languages/rust/#default-build-script>
#
# FIXME: Replace "build" with "test" once it passes.
- run: cargo build --workspace