Skip to content

Commit

Permalink
Add node-diff validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 31, 2024
1 parent 787716d commit 6db0bee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate backwards compatibility

on:
pull_request:
branches:
- master
- main

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: comfy-org/node-diff@main

0 comments on commit 6db0bee

Please sign in to comment.