This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
feat: 检测 locale 配置并覆盖为 C 语言环境 #19
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 for sh-dev | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
- sh-dev | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
repository: "i-abc/GB5" | |
ref: "sh-dev" | |
- name: Test | |
run: | | |
bash gb5-test.sh |