Skip to content

Commit

Permalink
🏓 Prep release :)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonm62 committed Apr 27, 2024
1 parent edf65c2 commit 8e5f6c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Compare Action 🔃

[![CI](https://github.com/hudsonm62/compare-action/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/hudsonm62/compare-action/actions/workflows/ci.yml)
[![Prettier](https://img.shields.io/badge/Code%20Style-prettier-F7B93E?logo=Prettier)](https://github.com/hudsonm62/compare-action/blob/master/.prettierrc)
[![License](https://img.shields.io/github/license/hudsonm62/compare-action)](https://github.com/hudsonm62/compare-action/blob/master/LICENSE)

📂 Simply compares 2 paths to see if they are the same or different. Supports globs, dates, and a handful of ignores.

> By default, this will error if there are any differences, but it's behaviour can be configured as needed.
Expand Down Expand Up @@ -79,7 +83,7 @@

## Credits

This is essentially an Action wrapper for [dir-compare](https://www.npmjs.com/package/dir-compare). Go check it out out!
This is essentially an Action wrapper for [dir-compare](https://www.npmjs.com/package/dir-compare) - Go check it out out!

## License

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Compare Action 🔃
author: Hudson
description: 📂 Simply diffs 2 paths to see if they are the same or different. Supports globs, symlinks, dates and more.
description: 📂 Simply compares 2 paths to see if they are the same or different. Supports globs, dates, and a handful of ignores.
branding:
icon: copy
color: blue
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"displayName": "Compare Action",
"version": "0.0.4",
"version": "1.0.0",
"name": "compare-action",
"author": {
"name": "Hudson",
Expand Down

0 comments on commit 8e5f6c6

Please sign in to comment.