style: refine CI Workflow and Test Configurations

- Remove empty lines from the GitHub Actions CI workflow file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2023-12-26 15:07:39 +08:00
parent 4330a1ea48
commit b9f6bf6223
No known key found for this signature in database
1 changed files with 204 additions and 206 deletions

View File

@ -6,7 +6,6 @@ env:
BAR: "FOO"
jobs:
testing01:
name: default flag testing
runs-on: ubuntu-latest
@ -262,4 +261,3 @@ jobs:
script_stop: true
script: |
echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin