Skip to content

Fix ansible collection author exceeding 64-character Galaxy limit #1975

Fix ansible collection author exceeding 64-character Galaxy limit

Fix ansible collection author exceeding 64-character Galaxy limit #1975

Workflow file for this run

name: Ruff Gate
on:
merge_group:
branches: [ 'master' ]
push:
branches: [ '*', '!stabilization*', '!stable*', '!master' ]
pull_request:
branches: [ 'master', 'stabilization*', 'oscal-update-*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
ruff:
name: Run ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
- name: Install ruff
run: python3 -m pip install ruff
- name: Run ruff check
run: ruff check