Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #5 from quintindunn/main
Browse files Browse the repository at this point in the history
Merge Main to Crawler
quintindunn authored Jun 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 3b1cc18 + cace368 commit 1de98ac
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"
10 changes: 10 additions & 0 deletions SITE-OWNERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Abuse
Hello 👋! If this project has caused you any issues please contact me at one of the following methods:
* Email: dunnquintin07@gmail.com
* Create an issue on this repository
* Discord: its_tips

## Issue format:
1. Nature of the issue (i.e. `excessive requests`, `not following robots.txt`, etc):
2. Domain in question:
3. How would you like this be handeled (optional: if not specified I will try my best to remedy the issue at hand) (i.e. blacklist domain, fix issue)

0 comments on commit 1de98ac

Please sign in to comment.