Skip to content

Use a new releasing strategy for release-deployments workflow #156

Use a new releasing strategy for release-deployments workflow

Use a new releasing strategy for release-deployments workflow #156

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
pull_request:
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .ci/yamllint.yml
strict: true