Skip to content

feat(ci): add action to run lint validations #1

feat(ci): add action to run lint validations

feat(ci): add action to run lint validations #1

Workflow file for this run

name: Validate
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3