Skip to content

Allow setting max payload size (#7) #60

Allow setting max payload size (#7)

Allow setting max payload size (#7) #60

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crystal-ameba/github-action@v0.12.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: crystal-lang/install-crystal@v1
- run: crystal tool format --check
spec:
name: Spec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crystal-lang/install-crystal@v1
- run: shards install --ignore-crystal-version
- run: crystal spec --order random