Skip to content

dont scale to runs longer than a week (#20) #51

dont scale to runs longer than a week (#20)

dont scale to runs longer than a week (#20) #51

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: ./ci/check_versions_in_dockerfile.sh
- uses: erlef/[email protected]
with:
version-type: strict
version-file: .tool-versions
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test