Skip to content

fix(passport): Tweaks to authz screen #7442

fix(passport): Tweaks to authz screen

fix(passport): Tweaks to authz screen #7442

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