Skip to content

GitHub actions workflow for iOS end to end tests #881

GitHub actions workflow for iOS end to end tests

GitHub actions workflow for iOS end to end tests #881

Workflow file for this run

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