Skip to content

Commit

Permalink
feat: add standardizer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 27, 2024
1 parent 2947df9 commit 2df26b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.

name: Go Typecheck Release Version
name: Go composite Release Version

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
go-version: '1.21'

- name: Install typecheck
- name: Install composite
run: |
go install github.com/kubecub/typecheck@latest
go install github.com/kubecub/composite@latest
- name: Run typecheck Detector
run: typecheck
- name: Run composite Detector
run: composite

0 comments on commit 2df26b2

Please sign in to comment.