diff --git a/.github/workflows/devel_pipeline_validation.yml b/.github/workflows/devel_pipeline_validation.yml index a6c4a90..a4e7d48 100644 --- a/.github/workflows/devel_pipeline_validation.yml +++ b/.github/workflows/devel_pipeline_validation.yml @@ -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 diff --git a/.github/workflows/main_pipeline_validation.yml b/.github/workflows/main_pipeline_validation.yml index fc7f808..0b149fb 100644 --- a/.github/workflows/main_pipeline_validation.yml +++ b/.github/workflows/main_pipeline_validation.yml @@ -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