Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan3-14 authored Feb 6, 2024
1 parent 6f55c94 commit fe9788c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Demo
run-name: ${{ github.actor }} demo
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- run: echo "Cool test!"
- run: python cool_test.py
1 change: 1 addition & 0 deletions cool_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("cool!")

0 comments on commit fe9788c

Please sign in to comment.