mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-04 03:32:18 +08:00
Removing ci.yml
This commit is contained in:
parent
4e66af0674
commit
84bafda24c
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
@ -1,25 +0,0 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- name: Docker Lint
|
||||
uses: docker://replicated/dockerfilelint:latest
|
||||
with:
|
||||
args: ./Dockerfile
|
||||
# - name: Shell Lint
|
||||
# uses: actions/bin/shellcheck@master
|
||||
# with:
|
||||
# args: entrypoint.sh
|
||||
# - name: Test
|
||||
# uses: actions/bin/bats@master
|
||||
# with:
|
||||
# args: test/*.bats
|
||||
Loading…
x
Reference in New Issue
Block a user