Skip to content

Commit

Permalink
Fix code quality status badge (#75)
Browse files Browse the repository at this point in the history
The badge pointed to a non-existent workflow. This is fixed by pointing
it to the "QA on Azure" workflow.
  • Loading branch information
EduardGomezEscandell authored Jul 10, 2023
2 parents e3d63d1 + b61f003 commit fcfd527
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
@@ -1,7 +1,7 @@
# GoWSL
This module offers an idiomatic interface between your Go code and the Windows Subsystem for Linux (WSL) API (`wslApi.dll` and occasionally `wsl.exe`). It offers wrappers around common actions to manage WSL distros.

[![Code quality](https://github.com/ubuntu/gowsl/workflows/Test/badge.svg)](https://github.com/ubuntu/gowsl/actions/workflows/test.yaml?query=workflow%3Atest)
[![Code quality](https://github.com/ubuntu/GoWSL/actions/workflows/qa-azure.yaml/badge.svg)](https://github.com/ubuntu/GoWSL/actions/workflows/qa-azure.yaml)
[![Go Reference](https://pkg.go.dev/badge/github.com/ubuntu/gowsl.svg)](https://pkg.go.dev/github.com/ubuntu/gowsl)
[![Go Report Card](https://goreportcard.com/badge/ubuntu/gowsl)](https://goreportcard.com/report/ubuntu/gowsl)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ubuntu/gowsl/blob/main/LICENSE)
Expand Down

0 comments on commit fcfd527

Please sign in to comment.