Skip to content

Enhancement : Migrated data validation to Landscape2 Validation Action & Renamed data.yml to landscape.yml #10

Enhancement : Migrated data validation to Landscape2 Validation Action & Renamed data.yml to landscape.yml

Enhancement : Migrated data validation to Landscape2 Validation Action & Renamed data.yml to landscape.yml #10

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