Skip to content

Sync the pig-latin exercise's docs with the latest data. #1060

Sync the pig-latin exercise's docs with the latest data.

Sync the pig-latin exercise's docs with the latest data. #1060

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c
with:
otp-version: "26.2"
gleam-version: "1.1.0"
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