Skip to content

Update dependency compscidr.rust_gameserver to v0.0.2 #849

Update dependency compscidr.rust_gameserver to v0.0.2

Update dependency compscidr.rust_gameserver to v0.0.2 #849

Workflow file for this run

name: ansible-lint
on: [push, pull_request]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
# optional (see below):
with:
args: ""
setup_python: "true"
working_directory: "ansible"
requirements_file: ""