Delete .github/workflows/docker-check.yml
This commit is contained in:
parent
7582fa9642
commit
dcfb467858
1 changed files with 0 additions and 19 deletions
19
.github/workflows/docker-check.yml
vendored
19
.github/workflows/docker-check.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
name: Docker Build Check
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
|
||||
jobs:
|
||||
docker-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Docker Build Check
|
||||
run: docker build --check .
|
||||
Loading…
Add table
Add a link
Reference in a new issue