diff --git a/.github/workflows/mg5_ghci.yml b/.github/workflows/mg5_ghci.yml new file mode 100644 index 0000000000..196293db22 --- /dev/null +++ b/.github/workflows/mg5_ghci.yml @@ -0,0 +1,15 @@ +name: ghci + +on: + push: + branches: ghci + +jobs: + test: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: hello world + run: echo hello world && echo `pwd` && echo `ls` && echo Environment\n\n && printenv