# @file python2check.yml --- name: Python2 check # Trigger the workflow on push or pull request on: [push, pull_request] jobs: python2-help: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: python-version: '2.7' - name: Launch script with --help run: | ./check_esxi_hardware.py --help