mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2026-07-17 01:07:38 +02:00
Added github action and updated check-dups.sh
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: Check Duplicates
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
check-duplicates:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Out Code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Check Duplicates Script
|
||||
run: |
|
||||
chmod +x scripts/check-dups.sh
|
||||
./scripts/check-dups.sh
|
||||
working-directory: ${{ github.workspace }}
|
||||
Reference in New Issue
Block a user