File tree Expand file tree Collapse file tree 5 files changed +1
-30
lines changed Expand file tree Collapse file tree 5 files changed +1
-30
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 54
54
with :
55
55
committer : " ${{ github.actor }}[bot]"
56
56
message : |
57
- Update ${{ github.event.repository.name }} formula to ${{ inputs.tag }}
57
+ Update ${{ github.event.repository.name }} to ${{ inputs.tag }}
58
58
59
59
https://github.com/${{ github.repository }}/blob/${{ github.sha }}/.github/workflows/distribute.yml
60
60
working-directory : homebrew-tap
Original file line number Diff line number Diff line change 68
68
name : golangci-lint
69
69
uses : anttiharju/actions/golangci-lint@v1
70
70
71
- - if : always()
72
- name : Keep generic
73
- uses : ./.github/actions/keep-generic
74
-
75
71
- if : always()
76
72
name : Keep .yml
77
73
uses : anttiharju/actions/keep-yml@v1
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ pre-commit:
33
33
run : golangci-lint run --fix
34
34
stage_fixed : true
35
35
36
- - name : Keep generic
37
- run : ./.github/actions/keep-generic/action.sh
38
-
39
36
- name : Keep .yml
40
37
glob : " *.yaml"
41
38
run : echo "You are trying to commit .yaml files. Please use .yml instead for the following files:" && echo {staged_files} && exit 1
You can’t perform that action at this time.
0 commit comments