Skip to content

Defined.cr CI

Defined.cr CI #472

Workflow file for this run

name: Defined.cr CI
on:
schedule:
- cron: '0 3 * * *'
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec -t -s
- name: Format Linting
run: crystal tool format --check
- name: Run Ameba
run: bin/ameba