refactor: rename tests_linux job
This commit is contained in:
parent
3954090dd5
commit
7dcef26239
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-push-check.yml
vendored
2
.github/workflows/dev-push-check.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
- name: Lint files against shfmt
|
- name: Lint files against shfmt
|
||||||
run: make lint_shfmt
|
run: make lint_shfmt
|
||||||
test_setup_linux:
|
tests_linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- lint_shfmt
|
- lint_shfmt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue