diff --git a/.github/workflows/ansible-plugin-scan.yml b/.github/workflows/ansible-plugin-scan.yml deleted file mode 100644 index 987448f..0000000 --- a/.github/workflows/ansible-plugin-scan.yml +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Ansible Plugin Scan -on: # yamllint disable-line rule:truthy - pull_request: - merge_group: - branches: - - main - types: - - checks_requested - push: - branches: - - main - workflow_dispatch: -permissions: - contents: read -jobs: - ansible_plugin_scan: - runs-on: ubuntu-latest - steps: - - name: Update pip, git - run: | - set -euxo pipefail - python3 -m pip install --upgrade pip - sudo apt update - sudo apt install -y git - - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Install tox, tox-lsr - run: | - set -euxo pipefail - pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.4.0" - - - name: Run ansible-plugin-scan - run: | - set -euxo pipefail - TOXENV=ansible-plugin-scan lsr_ci_runtox