Skip to content

Commit

Permalink
Adding dvcs check
Browse files Browse the repository at this point in the history
  • Loading branch information
john-westcott-iv committed Nov 20, 2024
1 parent d42de30 commit dcc305a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dvcs_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on: [push]

jobs:
test_job:
runs-on: ubuntu-latest
name: Run my test action
steps:
- id: foo
uses: john-westcott-iv/dvcs-checker@v0

0 comments on commit dcc305a

Please sign in to comment.