feat: optimize code #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Standardizer | |
on: [push, pull_request] | |
jobs: | |
comment-language-detector: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Set up Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: '1.21' | |
- name: Install standardizer | |
run: | | |
go install github.com/kubecub/standardizer@latest | |
- name: Run standardizer Detector | |
run: standardizer |