Skip to content

edit github action #122

edit github action

edit github action #122

Workflow file for this run

name: dupcheck
on: [ push, pull_request ]
jobs:
dupcheck:
runs-on: ubuntu-latest
if: github.event.head_commit.author.email != '[email protected]'
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- name: Check
run: bash scripts/dupcheck.bash