Skip to content
Open

Ghci #11

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/mg5_ghci.yml
Original file line number Diff line number Diff line change
@@ -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
Loading