Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed Aug 8, 2023
1 parent 814cc79 commit a5da65e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
-
uses: actions/checkout@v3
with:
fetch-depth: 1 # we need a .git directory to run git diff
ref: ${{ github.ref_name }}
-
name: Get git diff
uses: technote-space/[email protected]
with:
PATTERNS: |
proto/**
**/**.proto
**/**.pb.go
**/client/**.go
scripts/ci/**
Makefile
Dockerfile
.github/workflows/check-generated.yml
fetch-depth: 0 # we need a .git directory to run git diff
ref: ${{ github.event.pull_request.head.ref }}
# -
# name: Get git diff
# uses: technote-space/[email protected]
# with:
# PATTERNS: |
# proto/**
# **/**.proto
# **/**.pb.go
# **/client/**.go
# scripts/ci/**
# Makefile
# Dockerfile
# .github/workflows/check-generated.yml
# -
# name: 🐿 Setup Golang
# uses: actions/setup-go@v4
Expand Down

0 comments on commit a5da65e

Please sign in to comment.