Skip to content

[Feature] added error and not-found pages #28

[Feature] added error and not-found pages

[Feature] added error and not-found pages #28

name: Check Dependencies
on:
pull_request:
types: [opened, edited, closed, reopened, synchronize]
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@main
with:
custom-domains: my-custom-domain.io another.domain.com
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}