mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
removed separate lint task
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
299cada988
commit
b314be45ef
2 changed files with 0 additions and 30 deletions
15
.github/workflows/devel_pipeline_validation.yml
vendored
15
.github/workflows/devel_pipeline_validation.yml
vendored
|
|
@ -29,21 +29,6 @@
|
|||
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
|
||||
Please join in the conversation happening on the [Discord Server](https://discord.io/ansible-lockdown) as well.
|
||||
|
||||
# Carries out lint tests on the content
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone ${{ github.event.repository.name }}
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint-action@v6
|
||||
with:
|
||||
path: ./site.yml
|
||||
|
||||
# This workflow contains a single job which tests the playbook
|
||||
playbook-test:
|
||||
# The type of runner that the job will run on
|
||||
|
|
|
|||
15
.github/workflows/main_pipeline_validation.yml
vendored
15
.github/workflows/main_pipeline_validation.yml
vendored
|
|
@ -18,21 +18,6 @@
|
|||
# that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
||||
# Carries out lint tests on the content
|
||||
linting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone ${{ github.event.repository.name }}
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint-action@v6
|
||||
with:
|
||||
path: ./site.yml
|
||||
|
||||
# This workflow contains a single job which tests the playbook
|
||||
playbook-test:
|
||||
# The type of runner that the job will run on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue