Skip to content

add workflow for Agenda Verification and Notifications before Monday Meetings #90

add workflow for Agenda Verification and Notifications before Monday Meetings

add workflow for Agenda Verification and Notifications before Monday Meetings #90

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