Skip to content

wip

wip #28

Workflow file for this run

name: test action
on:
push:
jobs:
test-action:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: pwd
- run: tree
- uses: ./action.yml
- run: |
echo "F* version"
fstar.exe --version
echo "hax version"
cargo hax --version