Skip to content

pwd

pwd #2

Workflow file for this run

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`