Skip to content

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 #204

build(deps): bump actions/checkout from 4.1.4 to 4.1.5

build(deps): bump actions/checkout from 4.1.4 to 4.1.5 #204

Workflow file for this run

name: ocaml / main
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
with:
submodules: true
- name: Build ocaml-ci docker image
run: docker build -t ocaml-ci -f .github/Dockerfile .
- name: Run exercism/ocaml ci (runs tests) for all exercises
run: docker run -w /repo -v $(pwd):/repo ocaml-ci .github/.gha-ci.sh