Skip to content

redis dynamic name support, allowing for different semians on same redis host #1047

redis dynamic name support, allowing for different semians on same redis host

redis dynamic name support, allowing for different semians on same redis host #1047

Workflow file for this run

---
name: Analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: 13 7 * * 6
concurrency:
group: ${{ github.ref }}-analysis
cancel-in-progress: true
jobs:
linting:
env:
BUNDLE_WITHOUT: test
name: Linter
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: Ruby Linting
run: bundle exec rubocop
-
name: Yaml Linting
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml