Skip to content

feat(release): add release-please #81

feat(release): add release-please

feat(release): add release-please #81

Workflow file for this run

name: yamllint
on:
pull_request:
types: [opened, synchronize]
paths:
- '**.yml'
- '**.yaml'
jobs:
yamllint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: ibiqlik/action-yamllint@v3