Skip to content

Commit 52716f8

Browse files
authored
Remove keep-generic (#299)
2 parents 7c379c1 + f06f8c9 commit 52716f8

File tree

5 files changed

+1
-30
lines changed

5 files changed

+1
-30
lines changed

.github/actions/keep-generic/action.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/actions/keep-generic/action.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
committer: "${{ github.actor }}[bot]"
5656
message: |
57-
Update ${{ github.event.repository.name }} formula to ${{ inputs.tag }}
57+
Update ${{ github.event.repository.name }} to ${{ inputs.tag }}
5858
5959
https://github.com/${{ github.repository }}/blob/${{ github.sha }}/.github/workflows/distribute.yml
6060
working-directory: homebrew-tap

.github/workflows/plan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868
name: golangci-lint
6969
uses: anttiharju/actions/golangci-lint@v1
7070

71-
- if: always()
72-
name: Keep generic
73-
uses: ./.github/actions/keep-generic
74-
7571
- if: always()
7672
name: Keep .yml
7773
uses: anttiharju/actions/keep-yml@v1

lefthook.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ pre-commit:
3333
run: golangci-lint run --fix
3434
stage_fixed: true
3535

36-
- name: Keep generic
37-
run: ./.github/actions/keep-generic/action.sh
38-
3936
- name: Keep .yml
4037
glob: "*.yaml"
4138
run: echo "You are trying to commit .yaml files. Please use .yml instead for the following files:" && echo {staged_files} && exit 1

0 commit comments

Comments
 (0)