Skip to content

🤖 Sync org-wide files to upstream repo #1146

🤖 Sync org-wide files to upstream repo

🤖 Sync org-wide files to upstream repo #1146

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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f
with:
otp-version: "26.2"
gleam-version: "1.3.2"
elixir-version: "1.16.2"
- 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