Update action.yml #5
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: Go Typecheck Workflow Test | |
on: [push, pull_request] | |
jobs: | |
comment-language-detector: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Code Language Detector | |
uses: kubecub/typecheck@latest |