Skip to content

Commit

Permalink
Update build_base_image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidaya0 authored Dec 30, 2021
1 parent 45e74b6 commit 342e512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_base_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
username: ${{ secrets.ALIYUN_DOCKERHUB_USER }}
password: ${{ secrets.ALIYUN_DOCKERHUB_PASSWORD }}

- name: Install dependencies
- name: SQL LINT
run: |
sudo apt install npm -y
sudo npm i -g sql-lint
sql-lint .
sudo npm i -g sql-lint
sql-lint . trailing-whitespace || true
- name: Build and push MySql
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 342e512

Please sign in to comment.