mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-16 11:32:17 +08:00
Workflow test
This commit is contained in:
parent
8b95fae89c
commit
ab1419e4cb
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -11,15 +11,15 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- name: Docker Lint
|
# - name: Docker Lint
|
||||||
uses: docker://replicated/dockerfilelint
|
# uses: docker://replicated/dockerfilelint
|
||||||
with:
|
# with:
|
||||||
args: Dockerfile
|
# args: Dockerfile
|
||||||
- name: Shell Lint
|
# - name: Shell Lint
|
||||||
uses: actions/bin/shellcheck@master
|
# uses: actions/bin/shellcheck@master
|
||||||
with:
|
# with:
|
||||||
args: entrypoint.sh
|
# args: entrypoint.sh
|
||||||
- name: Test
|
# - name: Test
|
||||||
uses: actions/bin/bats@master
|
# uses: actions/bin/bats@master
|
||||||
with:
|
# with:
|
||||||
args: test/*.bats
|
# args: test/*.bats
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user