Skip to content

Correct rules ordering from all the branches: draft3 to draft4, correct schema test #93

Correct rules ordering from all the branches: draft3 to draft4, correct schema test

Correct rules ordering from all the branches: draft3 to draft4, correct schema test #93

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 }}