Skip to content

Fix build-windows step in desktop-e2e.yml #2122

Fix build-windows step in desktop-e2e.yml

Fix build-windows step in desktop-e2e.yml #2122

Workflow file for this run

---
name: YAML linting
on:
pull_request:
paths:
- .github/workflows/yamllint.yml
- .yamllint
- '**/**.yml'
- '**/**.yaml'
workflow_dispatch:
permissions: {}
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install yamllint
- run: yamllint .