Skip to content

chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 #101

chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0

chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 #101

Workflow file for this run

# Perform "exit 1" if PR title starts with "WIP" to block accidental merges
name: Check "WIP" in PR Title
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
wip:
runs-on: ubuntu-latest
steps:
- name: Check WIP in PR Title
uses: embano1/wip@c25450f77ed02c20d00b76ee3b33ff43838739a2 # v2