Skip to content

feat: SSO Improvement - alter user_sessions table to include access token, implement CRUD ops, GET, POST, PATCH APIs and det token CLIs #2628

feat: SSO Improvement - alter user_sessions table to include access token, implement CRUD ops, GET, POST, PATCH APIs and det token CLIs

feat: SSO Improvement - alter user_sessions table to include access token, implement CRUD ops, GET, POST, PATCH APIs and det token CLIs #2628

Workflow file for this run

---
name: "Lint migrations"
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- master/static/migrations/**
types:
- opened
- edited
- synchronize
jobs:
lint-migrations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run migration lint
run: ./.github/scripts/lint-migrations.sh
shell: bash