Skip to content

GitHub Actions

GitHub Actions #418

Workflow file for this run

name: GitHub Actions
on:
push:
schedule:
- cron: "0 0 1 * *"
jobs:
check:
name: Check
runs-on: ubuntu-latest
container:
image: alpine:3.19
steps:
- uses: actions/checkout@v3
- run: >
apk add
crystal
libjpeg-turbo
libjpeg-turbo-dev
libspng
libspng-dev
libwebp
libwebp-dev
make
openssl
openssl-dev
shards
yaml
yaml-dev
- run: shards install
- run: bin/ameba
- run: crystal tool format --check
- run: crystal spec