diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml new file mode 100644 index 0000000..9771333 --- /dev/null +++ b/.github/workflows/exp.yml @@ -0,0 +1,14 @@ + +name: Experiment +on: push + +jobs: + + experiment: + name: Experiment + + runs-on: ubuntu-latest + + steps: + - name: Experiment + uses: zpqrtbnk/gh-action-experiment \ No newline at end of file