Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/omniaPublic

Input_validation integration with local_repo#2257

Input_validation integration with local_repo

Input_validation integration with local_repo #2257

Workflow file for this run

name:Ansible Lint
on:
pull_request:
branches:
-main
-staging
-release_1.7.1
-pub/new_architecture
jobs:
build:
name:Ansible Lint
runs-on:ubuntu-latest
steps:
-name:Checkout repository
uses:actions/checkout@v4
-name:Set up Python
uses:actions/setup-python@v4
with:
python-version:'3.x'
-name:Install Ansible and Ansible Lint
run:|
python -m pip install --upgrade pip
pip install ansible
-name:Install Ansible Collections from requirements.yml
run:|
ansible-galaxy collection install -r .config/requirements.yml --force
-name:Run ansible-lint
uses:ansible/ansible-lint@main
with:
args:--config=.config/ansible-lint.yml

[8]ページ先頭

©2009-2025 Movatter.jp