Skip to content

Commit

Permalink
ignore build and egg-info folders
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Aug 8, 2024
1 parent 0ac7440 commit cc763bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__pycache__
__pycache__
build
*.egg-info
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ It can be run as a GitHub Action or as a command line tool.
1. **Clone the repository:**

```sh
git clone https://github.com/yourusername/link_checker.git
cd link_checker
git clone https://github.com/merlos/link-checker-action.git
cd link-checker-action
````

- Install the package:

Expand Down Expand Up @@ -47,7 +48,7 @@ This tool can also be used as a GitHub Action to automatically check links in yo
### Inputs
- `url` (optional): The base URL to start scraping from. Default is `http://localhost:4444/`.
- `only-errors` (optional): If set to true, only display errors. Default is `false`.
- `ignore-file` (optional): Path to the ignore file. Default is `./check-ignore`. If the parameter is set and the file does not exist, the action exits with an error.
- `ignore-file` (optional): Path to the ignore file. Default is `./check-ignore`. If the parameter is set and the file does not exist, the action exits with an error. See _Ignore File Format_ section above for more information.

### Outputs

Expand Down

0 comments on commit cc763bd

Please sign in to comment.