Skip to content

Commit

Permalink
Fix status badge in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Nov 22, 2023
1 parent 71dbbea commit 5f6decb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ClangSharp provides Clang bindings written in C#. It is self-hosted and auto-generates itself by parsing the Clang C header files using ClangSharpPInvokeGenerator.

![ci](https://github.com/dotnet/clangsharp/workflows/ci/badge.svg?branch=main&event=push)
[![ci](https://github.com/dotnet/ClangSharp/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/dotnet/ClangSharp/actions/workflows/ci.yml)

A nuget package for the project is provided here: https://www.nuget.org/packages/clangsharp.
A .NET tool for the P/Invoke generator project is provided here: https://www.nuget.org/packages/ClangSharpPInvokeGenerator
Expand Down

0 comments on commit 5f6decb

Please sign in to comment.