Skip to content

Migrate providers to DeploymentRuntimeConfigs #988

Migrate providers to DeploymentRuntimeConfigs

Migrate providers to DeploymentRuntimeConfigs #988

Workflow file for this run

name: Pull Request (global lints)
on:
pull_request:
branches:
- master
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Asciidoc linter
run: make lint_adoc
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snow-actions/eclint@v1.0.1
with:
args: "check"