fetch master
This commit is contained in:
parent
060ceb0dc7
commit
7035622146
1 changed files with 2 additions and 0 deletions
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: git_fetch
|
||||
run: git fetch origin master
|
||||
- name: check_git
|
||||
run: git diff --relative remotes/origin/master
|
||||
- name: golangci-lint
|
||||
|
|
Loading…
Reference in a new issue