Skip to content

Merge media and samples into this repository (#77) #431

Merge media and samples into this repository (#77)

Merge media and samples into this repository (#77) #431

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.20
steps:
- uses: actions/checkout@v3
- run: >
apk add
crystal
git-lfs
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