Skip to content

Commit

Permalink
Remove unused container image definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Mar 12, 2024
1 parent 1b19258 commit 97f8bf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
matrix:
spectre_version: ['0.46.1-preview.0.19', '0.47.0', '0.48.0', '0.48.1-preview.0.35'] # Add more versions as needed

# container:
# image: mcr.microsoft.com/dotnet/sdk:7.0

steps:
- uses: actions/checkout@v3
with:
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,19 @@
Badges: Nuget, GitHub Actions, CodeFactor, License
-->

[![NuGet](https://img.shields.io/nuget/v/JKToolKit.Spectre.AutoCompletion)](https://www.nuget.org/packages/JKToolKit.Spectre.AutoCompletion/) [![Nuget](https://img.shields.io/nuget/dt/JKToolKit.Spectre.AutoCompletion)](https://www.nuget.org/packages/JKToolKit.Spectre.AutoCompletion)
<!-- [![NuGet](https://img.shields.io/nuget/v/JKToolKit.Spectre.AutoCompletion)](https://www.nuget.org/packages/JKToolKit.Spectre.AutoCompletion/) [![Nuget](https://img.shields.io/nuget/dt/JKToolKit.Spectre.AutoCompletion)](https://www.nuget.org/packages/JKToolKit.Spectre.AutoCompletion)
[![License](https://img.shields.io/github/license/JKamsker/JKToolKit.Spectre.AutoCompletion)](LICENSE) [![PR](https://img.shields.io/badge/PR-Welcome-blue)](https://github.com/JKamsker/JKToolKit.Spectre.AutoCompletion/pulls)
<!-- [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JKamsker/JKToolKit.Spectre.AutoCompletion/.NET)]( -->
<!-- [![CodeFactor](https://www.codefactor.io/repository/github/jkamsker/jktoolkit.spectre.autocompletion/badge)](https://www.codefactor.io/repository/github/jkamsker/jktoolkit.spectre.autocompletion) -->
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/JKamsker/JKToolKit.Spectre.AutoCompletion/build-test.yml?branch=master)](https://github.com/JKamsker/JKToolKit.Spectre.AutoCompletion/actions/workflows/build-test.yml) -->

<p align="center">
<a href="https://www.nuget.org/packages/JKToolKit.Spectre.AutoCompletion/"><img src="https://img.shields.io/nuget/v/JKToolKit.Spectre.AutoCompletion" alt="NuGet"></a>
<a href="https://www.nuget.org/packages/JKToolKit.Spectre.AutoCompletion/"><img src="https://img.shields.io/nuget/dt/JKToolKit.Spectre.AutoCompletion" alt="Nuget"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/JKamsker/JKToolKit.Spectre.AutoCompletion" alt="License"></a>
<a href="https://github.com/JKamsker/JKToolKit.Spectre.AutoCompletion/pulls"><img src="https://img.shields.io/badge/PR-Welcome-blue" alt="PR"></a>
<a href="https://github.com/JKamsker/JKToolKit.Spectre.AutoCompletion/actions/workflows/build-test.yml"><img src="https://img.shields.io/github/actions/workflow/status/JKamsker/JKToolKit.Spectre.AutoCompletion/build-test.yml?branch=master" alt="GitHub Workflow Status"></a>
</p>




``JKToolKit.Spectre.AutoCompletion`` is an extension package for adding auto completion to your [Spectre.Console](https://github.com/spectreconsole/spectre.console) powered applications. </br>
Expand Down

0 comments on commit 97f8bf1

Please sign in to comment.