Skip to content

chore(deps): update ghcr.io/pact-foundation/pact-broker docker tag to v2.136.0-pactbroker2.117.1 #469

chore(deps): update ghcr.io/pact-foundation/pact-broker docker tag to v2.136.0-pactbroker2.117.1

chore(deps): update ghcr.io/pact-foundation/pact-broker docker tag to v2.136.0-pactbroker2.117.1 #469

Workflow file for this run

name: Codespell
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: pull_request
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git
check_filenames: true
check_hidden: true