Skip to content

Commit

Permalink
Merge pull request #169 from wwt/url-checker-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kaczmarek committed Feb 7, 2022
2 parents fde2ddb + 5e52e6e commit edaedd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
git_path: https://github.com/wwt/SwiftCurrent
branch: ${{ env.GIT_BRANCH }}
file_types: .md,.swift
exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new,https://img.shields.io/cocoapods/v/SwiftCurrent.svg?style=popout,https://img.shields.io/github/license/wwt/SwiftCurrent,https://img.shields.io/github/stars/wwt/SwiftCurrent?style=social
exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new
exclude_patterns: https://img.shields.io
- name: slack-send
if: failure()
uses: slackapi/slack-github-action@v1.16.0
Expand All @@ -46,7 +47,8 @@ jobs:
git_path: https://github.com/wwt/SwiftCurrent
branch: gh-pages
file_types: .html,.css,.scss
exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new,https://github.com/realm/jazzy,https://realm.io,https://github.com/wwt/SwiftCurrent,https://img.shields.io/cocoapods/v/SwiftCurrent.svg?style=popout,https://img.shields.io/github/license/wwt/SwiftCurrent,https://img.shields.io/github/stars/wwt/SwiftCurrent?style=social
exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new,https://github.com/realm/jazzy,https://realm.io,https://github.com/wwt/SwiftCurrent
exclude_patterns: https://img.shields.io
- name: slack-send
if: failure()
uses: slackapi/slack-github-action@v1.16.0
Expand Down

0 comments on commit edaedd0

Please sign in to comment.