Skip to content

perf: update to latest miniforge, since mambaforge is deprecated and miniforge nowadays contains both mamba and conda #637

perf: update to latest miniforge, since mambaforge is deprecated and miniforge nowadays contains both mamba and conda

perf: update to latest miniforge, since mambaforge is deprecated and miniforge nowadays contains both mamba and conda #637

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint ansible project
uses: ansible-community/ansible-lint-action@v6
with:
path: "ansible/roles"