Skip to content

feat: optimize code #18

feat: optimize code

feat: optimize code #18

Workflow file for this run

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