Skip to content

Run the demo

Run the demo #15

Workflow file for this run

---
name: diff-check
on: [push]
jobs:
demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nickcharlton/diff-check@main
with:
command: echo "hello world" >> README.md