Skip to content

chore(deps): bump jose from 4.11.0 to 4.15.5 in /platform/starbase #7778

chore(deps): bump jose from 4.11.0 to 4.15.5 in /platform/starbase

chore(deps): bump jose from 4.11.0 to 4.15.5 in /platform/starbase #7778

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