init ci
This commit is contained in:
13
.github/workflows/ci.yml
vendored
Normal file
13
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: CI-pipeline
|
||||
on:
|
||||
workflow_distpatch:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
docker-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: lint dockerfile
|
||||
run: echo hello
|
||||
Reference in New Issue
Block a user