Skip to content

Commit

Permalink
Tidy up demo action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 17, 2024
1 parent 17b5900 commit a7c1ff1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/diff-check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: Demo
on:
push:
name: diff-check
on: [push]

jobs:
demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nickcharlton/diff-check@test-with-jet-black
with:
command: echo "hello world" >> README.md

0 comments on commit a7c1ff1

Please sign in to comment.