Skip to content

Commit

Permalink
remove windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
roaminro committed Dec 24, 2023
1 parent 0506a87 commit 0a50000
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/windows-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![ubuntu-ci](https://github.com/roaminro/local-koinos/actions/workflows/ubuntu-ci.yml/badge.svg)](https://github.com/roaminro/local-koinos/actions/workflows/ubuntu-ci.yml)
[![macos-ci](https://github.com/roaminro/local-koinos/actions/workflows/macos-ci.yml/badge.svg)](https://github.com/roaminro/local-koinos/actions/workflows/macos-ci.yml)
[![windows-ci](https://github.com/roaminro/local-koinos/actions/workflows/windows-ci.yml/badge.svg)](https://github.com/roaminro/local-koinos/actions/workflows/windows-ci.yml)

# Local-Koinos

Expand Down
2 changes: 1 addition & 1 deletion src/localKoinos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class LocalKoinos {

if (cmdResult.status !== 0) {
throw new Error(
`An error occured while running the foolowing command: ${chalk.blue(
`An error occured while running the following command: ${chalk.blue(
cmd
)}\n${chalk.red(cmdResult.stderr.toString().trim())}`
);
Expand Down

0 comments on commit 0a50000

Please sign in to comment.