Skip to content

Commit

Permalink
removed separate lint task
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Aug 4, 2023
1 parent e8c5232 commit 5bfbd55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/devel_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/main_pipeline_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bfbd55

Please sign in to comment.