Skip to content

stop using the term "draft" to mean "version", and fix the remaining mentions of draft-next (now v1) #94

stop using the term "draft" to mean "version", and fix the remaining mentions of draft-next (now v1)

stop using the term "draft" to mean "version", and fix the remaining mentions of draft-next (now v1) #94

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