Skip to content

bump version v0.2.3 #15

bump version v0.2.3

bump version v0.2.3 #15

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