Skip to content

Force initials to upcase, use first 2 chars of first-name-only commits #50

Force initials to upcase, use first 2 chars of first-name-only commits

Force initials to upcase, use first 2 chars of first-name-only commits #50

Workflow file for this run

name: specs
on: [push]
jobs:
run-specs:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.6.0
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install
- name: Check formatting
run: crystal tool format --check
- name: Run tests
run: |
crystal -v
crystal spec