Skip to content

Add comment hint

Add comment hint #726

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21
with:
otp-version: "25.2"
gleam-version: "0.30.3"
elixir-version: "1.15.0"
- name: Run tests for all exercises
run: bin/test
- name: Check formatting
run: gleam format --check exercises/*/*/{src,test,.meta}/*.gleam
- name: Check manifests
run: bin/sync-exercise-project-configs --check