Skip to content

Bump actions/checkout from 4.1.7 to 4.2.2 #1160

Bump actions/checkout from 4.1.7 to 4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2 #1160

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@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451
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