-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16263 cq: merge yamllint and clang-format into linting #14803
Conversation
Ticket title is 'gha: merge clang-format and yaml lint into Linting workflow' |
.github/workflows/linting.yml
Outdated
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
.github/workflows/linting.yml
Outdated
with: | ||
target: origin/${{ github.event.pull_request.base.ref }} | ||
- name: Export changes | ||
uses: actions/upload-artifact@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
0d80de0
to
a046094
Compare
merge yamllint and clang-format into linting workflow so all lint checks are grouped together. Make yaml-lint required but clang-format optional until stable. Skip-test: true Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
a046094
to
a8b9480
Compare
merge yamllint and clang-format into linting workflow so all lint checks are grouped together. Make yaml-lint required but clang-format optional until stable. Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
…15642) merge yamllint and clang-format into linting workflow so all lint checks are grouped together. Make yaml-lint required but clang-format optional until stable. Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
merge yamllint and clang-format into linting workflow so all lint checks are grouped together.
Skip-test: true
Skip-build: true
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: