|
|
@ -7,6 +7,8 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: Run linksafe |
|
|
- name: Run linksafe |
|
|
uses: TechWiz-3/linksafe@main |
|
|
|
|
|
|
|
|
uses: TechWiz-3/linksafe@fast |
|
|
with: # comma seperated lists |
|
|
with: # comma seperated lists |
|
|
whitelist_files: "./CODEOWNERS" |
|
|
whitelist_files: "./CODEOWNERS" |
|
|
|
|
|
env: |
|
|
|
|
|
TOKEN: ${{ secrets.TOKEN }} |