Adding Workflow
This commit is contained in:
parent
2e284cbff9
commit
2b2d1bb6a2
9
.github/workflows/testing.yaml
vendored
Normal file
9
.github/workflows/testing.yaml
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: My Actions
|
||||||
|
run-name: Setting up Actions🚀
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Explore:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: "echo '🥳 the job is running!'"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user