Skip to content

fix: refactor all foundation to use valuesObject instead of parameter… #1

fix: refactor all foundation to use valuesObject instead of parameter…

fix: refactor all foundation to use valuesObject instead of parameter… #1

Workflow file for this run

name: Lint YAML files
on:
pull_request:
paths:
- '**.yaml'
- '**.yml'
branches:
- main
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y yamllint
- run: make lint-yaml