typos in ci.yml, more of them
This commit is contained in:
parent
7c27c0ad7b
commit
d9d3f19c13
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
name: Language lint
|
||||
runs-on: ubuntu-latest
|
||||
needs: pre_check
|
||||
if: ${{ ! needs.pre_Check.outputs.should_skip_lang }}
|
||||
if: ${{ ! needs.pre_check.outputs.should_skip_lang }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
@ -50,7 +50,8 @@ jobs:
|
|||
lang-build-test:
|
||||
name: Language build and test
|
||||
runs-on: ubuntu-latest
|
||||
needs: lang-lint
|
||||
needs: pre_check
|
||||
if: $${{ ! needs.pre_check.outputs.should_skip_lang }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue
Block a user