Skip to content

Commit

Permalink
Merge pull request #27 from ufosc/feature/refactor-jan
Browse files Browse the repository at this point in the history
add linting status badge
  • Loading branch information
IkeHunter authored Jan 27, 2024
2 parents e4f3b8c + 35549de commit b9c6720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-linting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Linting Status
name: Code Linting

on:
push:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OSC Jukebox Server

[![Unit Testing](https://github.com/ufosc/Jukebox-Server/actions/workflows/test-api.yml/badge.svg)](https://github.com/ufosc/Jukebox-Server/actions/workflows/test-api.yml)
[![Code Linting](https://github.com/ufosc/Jukebox-Server/actions/workflows/code-linting.yml/badge.svg)](https://github.com/ufosc/Jukebox-Server/actions/workflows/code-linting.yml)

Welcome to the Jukebox Server! To get the server running, you only need Node.js installed on your computer. If you want to contribute to the DevOps portion, you will also need docker and docker-compose installed.

Expand Down

0 comments on commit b9c6720

Please sign in to comment.