Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

DEV-279 - Add PR check and Hugo build workflows #2

DEV-279 - Add PR check and Hugo build workflows

DEV-279 - Add PR check and Hugo build workflows #2

name: Pull Request Check
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- ".gitignore"
- ".gitattributes"
types: [opened, edited]
jobs:
checkPullRequest:
name: Pull Request check
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Check pull requests
uses: EventStore/Automations/pr-check@master