Skip to content

Adding the rating calculations for uploaded and downloaded #4872

Adding the rating calculations for uploaded and downloaded

Adding the rating calculations for uploaded and downloaded #4872

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.6.1
with:
args: "-c ./.ansible-lint"