Skip to content

Fix parsing comments inline on attributes #109

Fix parsing comments inline on attributes

Fix parsing comments inline on attributes #109

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