Skip to content

add github actions is create code-language-detector.yml #3

add github actions is create code-language-detector.yml

add github actions is create code-language-detector.yml #3

Workflow file for this run

name: Language Check Workflow Test
on: [pull_request]
jobs:
comment-language-detector:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Code Language Detector
uses: kubecub/[email protected]