Skip to content

feat(passport): identity merge #7766

feat(passport): identity merge

feat(passport): identity merge #7766

Workflow file for this run

---
name: 'Yamllint'
on:
- pull_request
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_data: |
extends: default
rules:
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning
line-length:
level: warning