Skip to content

Commit 274acdd

Browse files
authored
rm Dockerfile lint
1 parent 5f33e98 commit 274acdd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-and-push.yml

-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
lint:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout
15-
uses: actions/checkout@master
16-
- name: lint
17-
uses: luke142367/Docker-Lint-Action@v1.0.0
18-
with:
19-
target: Dockerfile
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2211
build:
2312
runs-on: ubuntu-latest
2413
strategy:

0 commit comments

Comments
 (0)