Skip to content

Add solr image with cloud mode for tugboat. #206

Add solr image with cloud mode for tugboat.

Add solr image with cloud mode for tugboat. #206

Workflow file for this run

---
name: Code Analysis
on: # yamllint disable-line rule:truthy
# Trigger the workflow on pushes to the main branch and all pull requests.
push:
branches:
- main
pull_request:
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: YAML lint
uses: ibiqlik/action-yamllint@master
with:
config_file: .yamllint.yml