Skip to content

fix: update CI rules in build-node.yaml and build-php.yaml to allow a… #14

fix: update CI rules in build-node.yaml and build-php.yaml to allow a…

fix: update CI rules in build-node.yaml and build-php.yaml to allow a… #14

Workflow file for this run

name: YAML Lint
on:
push:
paths:
- '**/*.yaml'
- '**/*.yml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: sudo apt-get update && sudo apt-get install -y yamllint
- name: Lint YAML files
run: yamllint -d relaxed .