mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-04-02 02:50:11 +08:00
feat: remove unused code
This commit is contained in:
parent
848e9cf058
commit
b04cfbcbd0
2
.github/workflows/lctt-article-checker.yml
vendored
2
.github/workflows/lctt-article-checker.yml
vendored
@ -14,7 +14,5 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: "checkout master branch & return to pull request branch"
|
- name: "checkout master branch & return to pull request branch"
|
||||||
run: CURRENT=$(echo ${{github.ref}} | sed "s|refs/|refs/remotes/|") && git checkout master && git checkout $CURRENT
|
run: CURRENT=$(echo ${{github.ref}} | sed "s|refs/|refs/remotes/|") && git checkout master && git checkout $CURRENT
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
- name: run check
|
- name: run check
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
run: sh ./scripts/check.sh;
|
run: sh ./scripts/check.sh;
|
||||||
|
Loading…
Reference in New Issue
Block a user