Skip to content

Commit

Permalink
Changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Dec 29, 2023
1 parent 45f0aaf commit c0e2875
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ typings/

# IntelliJ IDEs
.idea

# macOS specifics
.DS_Store
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub Action - `rust-clippy`
# GitHub Action - `rust-clippy-reborn`

![GitHub](https://img.shields.io/github/license/crusty-pie/clippy?label=License&color=blue&logo=gitbook)
![Continuous integration](https://github.com/crusty-pie/clippy/workflows/Unit%20tests/badge.svg)
Expand All @@ -19,13 +19,15 @@
[![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/crusty-pie/clippy?label=Technical%20Debt&logo=codeclimate)](https://codeclimate.com/github/crusty-pie/clippy/trends/technical_debt)
[![Code Climate issues](https://img.shields.io/codeclimate/issues/crusty-pie/clippy?label=Issues&logo=codeclimate)](https://codeclimate.com/github/crusty-pie/clippy/issues)
[![Public workflows that use this action](https://img.shields.io/endpoint?label=Used%20By&url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dplacintaalexandru%2Fclippy%26badge%3Dtrue)](https://sourcegraph.com/search?q=context:global+crusty-pie/clippy+file:.github/workflows&patternType=literal)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-rust-clippy-b7410e?logo=github)](https://github.com/marketplace/actions/rust-clippy)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-rust-clippy-reborn-b7410e?logo=github)](https://github.com/marketplace/actions/rust-clippy-reborn)

Clippy lints in your commits and Pull Requests

<img src="./assets/screenshot.png" alt="Screenshot" style="width:auto; height:50%;"/>

**Table of Contents**

- [GitHub Action - `rust-clippy`](#github-action---rust-clippy)
- [GitHub Action - `rust-clippy-reborn`](#github-action---rust-clippy-reborn)
- [Motivation](#motivation)
- [Example workflow](#example-workflow)
- [With stable clippy](#with-stable-clippy)
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
toolchain: nightly
components: clippy
override: true
- uses: crusty-pie/rust-clippy@v1
- uses: crusty-pie/rust-clippy-reborn@v1
with:
args: --all-features --all-targets
```
Expand All @@ -79,7 +81,7 @@ jobs:
with:
toolchain: stable
components: clippy
- uses: crusty-pie/rust-clippy@v1
- uses: crusty-pie/rust-clippy-reborn@v1
with:
args: --all-features --all-targets
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'rust-clippy'
name: 'rust-clippy-reborn'
description: 'Run clippy and annotate the diff with errors and warnings'
author: 'crusty-pie team'
branding:
Expand Down
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0e2875

Please sign in to comment.