Skip to content

Commit

Permalink
Merge pull request #1100 from dorssel/lint
Browse files Browse the repository at this point in the history
Refactor linters
  • Loading branch information
dorssel authored Dec 26, 2024
2 parents b8bc86b + 01737ad commit a4468e9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 120 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions .github/workflows/REUSE.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SPDX-FileCopyrightText: 2024 Frans van Dorsselaer
#
# SPDX-License-Identifier: GPL-3.0-only

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: Lint

on:
push:
branches: [master]
pull_request:
branches: [master]

permissions:
contents: read
pull-requests: write

jobs:
REUSE:
uses: dorssel/workflows/.github/workflows/REUSE.yml@main

MegaLinterNET:
uses: dorssel/workflows/.github/workflows/mega-linter-dotnet.yml@main
94 changes: 0 additions & 94 deletions .github/workflows/mega-linter.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SPDX-License-Identifier: GPL-3.0-only

[![Build](https://github.com/dorssel/usbipd-win/workflows/Build/badge.svg?branch=master)](https://github.com/dorssel/usbipd-win/actions?query=workflow%3ABuild+branch%3Amaster)
[![CodeQL](https://github.com/dorssel/usbipd-win/workflows/CodeQL/badge.svg?branch=master)](https://github.com/dorssel/usbipd-win/actions?query=workflow%3ACodeQL+branch%3Amaster)
[![MegaLinter](https://github.com/dorssel/usbipd-win/workflows/MegaLinter/badge.svg?branch=master)](https://github.com/dorssel/usbipd-win/actions?query=workflow%3AMegaLinter+branch%3Amaster)
[![MegaLinter](https://github.com/dorssel/usbipd-win/workflows/lint.yml/badge.svg?branch=master)](https://github.com/dorssel/usbipd-win/actions?query=workflow%3ALint+branch%3Amaster)
[![REUSE status](https://api.reuse.software/badge/github.com/dorssel/usbipd-win)](https://api.reuse.software/info/github.com/dorssel/usbipd-win)
[![codecov](https://codecov.io/gh/dorssel/usbipd-win/branch/master/graph/badge.svg?token=L0QI0AZRJI)](https://codecov.io/gh/dorssel/usbipd-win)
[![Codecov](https://codecov.io/gh/dorssel/usbipd-win/branch/master/graph/badge.svg?token=L0QI0AZRJI)](https://codecov.io/gh/dorssel/usbipd-win)
[![GitHub all releases](https://img.shields.io/github/downloads/dorssel/usbipd-win/total?logo=github)](https://github.com/dorssel/usbipd-win/releases)

Windows software for sharing locally connected USB devices to other machines, including Hyper-V guests and WSL 2.
Expand Down

0 comments on commit a4468e9

Please sign in to comment.