mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +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
|
||||
- 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
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
- name: run check
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: sh ./scripts/check.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user