Skip to content

DEV-279 - Add Docker Build and PR Check Workflows #2

DEV-279 - Add Docker Build and PR Check Workflows

DEV-279 - Add Docker Build and PR Check Workflows #2

name: Pull Request Check
on:
pull_request:
paths-ignore:
- "test/**"
- "example/**"
- "**.md"
- ".github/**"
- ".gitignore"
- ".gitattributes"
- ".editorconfig"
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