Skip to content

chore(RPS-898): implemented robotcell + execute * abstract robot and deps #145

chore(RPS-898): implemented robotcell + execute * abstract robot and deps

chore(RPS-898): implemented robotcell + execute * abstract robot and deps #145

Workflow file for this run

---
name: YAML Lint
on:
pull_request:
branches: [main]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_file: .yamllint