Skip to content

Commit

Permalink
chore: fixes for yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jun 4, 2022
1 parent 1cf54a1 commit 55682c5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Setup Build Tool
uses: ./.github/actions/setup_build_tool
with:
bypass_env_vars: RUSTFLAGS,RUST_LOG,GITHUB_TOKEN
bypass_env_vars: RUSTFLAGS,RUST_LOG,GITHUB_TOKEN

- name: Check License Header
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
uses: docker/build-push-action@v3
with:
push: true
tags: datafuselabs/databend:master # assume latest tag is the latest release tag
tags: datafuselabs/databend:master # assume latest tag is the latest release tag
platforms: ${{ inputs.platform }}
context: .
file: ./docker/Dockerfile
Expand Down
1 change: 1 addition & 0 deletions .github/actions/test_unit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ inputs:
codecov_token:
description: "CodeCov Token"
required: true

runs:
using: "composite"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ coverage:
status:
project:
default:
enabled: yes
enabled: true
threshold: 1%
patch:
default:
enabled: yes
enabled: true
threshold: 1%
2 changes: 1 addition & 1 deletion .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: ./.github/actions/test_stateless_standalone_linux

# https://github.com/datafuselabs/databend/issues/5287
#test_stateless_standalone_macos:
# test_stateless_standalone_macos:
# runs-on: macos-11
# needs: build_macos
# steps:
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ header:
- "tools"
# Ignore hidden files
- ".cargo"
- ".databend"
- ".devcontainer"
- ".github"
- ".dockerignore"
Expand Down
1 change: 1 addition & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends: default
ignore: |
build/
target/
.databend/
rules:
# 120 chars should be enough, but don't fail if a line is longer
Expand Down

0 comments on commit 55682c5

Please sign in to comment.