Skip to content

Commit

Permalink
Merge pull request #209 from GodotModding/PR-Dependency-Check-GitHub-…
Browse files Browse the repository at this point in the history
…Action

Add PR Dependency Check GitHub Action
  • Loading branch information
KANAjetzt authored Apr 10, 2023
2 parents b372e77 + 115a627 commit f3d7704
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [pull_request]

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

0 comments on commit f3d7704

Please sign in to comment.