Skip to content

Fix: #123- The solution schema should appear in a saperate "Solution" tab after clicking "View Solution" #148

Fix: #123- The solution schema should appear in a saperate "Solution" tab after clicking "View Solution"

Fix: #123- The solution schema should appear in a saperate "Solution" tab after clicking "View Solution" #148

Workflow file for this run

name: Check PR Dependencies
on: pull_request
jobs:
check_dependencies:
runs-on: ubuntu-latest
name: Check Dependencies
steps:
- uses: gregsdennis/dependencies-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}