Skip to content

release: bump version v0.2.3 (#11) #16

release: bump version v0.2.3 (#11)

release: bump version v0.2.3 (#11) #16

Workflow file for this run

name: Nox CI
on:
push:
branches: [ main ]
pull_request:
branches: "*"
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
- run: shards install
- name: Check Formatting
run: crystal tool format --check
- name: Lint
run: ./bin/ameba
specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crystal-lang/install-crystal@v1
- run: shards install
- run: crystal spec