Skip to content

build: Update .gitignore to remove buf.lock file #5

build: Update .gitignore to remove buf.lock file

build: Update .gitignore to remove buf.lock file #5

Workflow file for this run

name: Check PR
on:
pull_request_target:
types: [opened, edited]
jobs:
check-branches:
name: Check base branch and branch name
runs-on: ubuntu-latest
steps:
- uses: semestry/git-flow-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_FLOW_ACTION_PAT }}