Skip to content

Update actions for doc publishing #110

Update actions for doc publishing

Update actions for doc publishing #110

Workflow file for this run

name: Crystal CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.0.0
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install
- name: Run tests
run: make spec
- name: Validate formatting
run: crystal tool format --check