diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml new file mode 100644 index 0000000..dcfce6e --- /dev/null +++ b/.github/workflows/testing.yaml @@ -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!'" +