Skip to content

DLPX-93224 Remove unnecessary tasks related to python3.11 added by previous os-upgrade PRs #2595

DLPX-93224 Remove unnecessary tasks related to python3.11 added by previous os-upgrade PRs

DLPX-93224 Remove unnecessary tasks related to python3.11 added by previous os-upgrade PRs #2595

Workflow file for this run

on: [push, pull_request]
jobs:
check-ansible:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: ""
setup_python: "true"
working_directory: ""
requirements_file: ".github/misc/ansible-lint-requirements.yml"
check-shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- run: sudo ./.github/scripts/install-gradle.sh
- run: sudo ./.github/scripts/install-shellcheck.sh
- run: /opt/gradle-5.1/bin/gradle shellCheck
check-shfmt:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- run: sudo ./.github/scripts/install-gradle.sh
- run: sudo ./.github/scripts/install-shfmt.sh
- run: /opt/gradle-5.1/bin/gradle shfmtCheck