Skip to content

Added ExpertSender to ESPs list (#6801) #780

Added ExpertSender to ESPs list (#6801)

Added ExpertSender to ESPs list (#6801) #780

Workflow file for this run

---
name: 'Lint: YAML'
on:
workflow_dispatch:
push:
paths:
- '**/*.yml'
- '**/*.yaml'
- '!.github/**/*.yaml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v4
- name: Setting up Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- name: Installing Node.js packages
run: npm ci
- name: Linting YAML files
run: |
gulp lintYaml