4
0
Fork 0

removed separate lint task

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-08-04 17:45:55 +01:00
parent 299cada988
commit b314be45ef
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
2 changed files with 0 additions and 30 deletions

View file

@ -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

View file

@ -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