Skip to content

Commit

Permalink
Run the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Aug 16, 2024
1 parent f9da4c4 commit bda8f17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/diff-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
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

0 comments on commit bda8f17

Please sign in to comment.