Skip to content

fix: specify utf-8 decode to ensure Python2.7 compatibility #233

fix: specify utf-8 decode to ensure Python2.7 compatibility

fix: specify utf-8 decode to ensure Python2.7 compatibility #233

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@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v6
with:
path: "${GITHUB_WORKSPACE}"