Skip to content

chore: bump to version 0.1.6 #46

chore: bump to version 0.1.6

chore: bump to version 0.1.6 #46

Workflow file for this run

name: LuckyVite CI
on:
push:
branches: [main]
pull_request:
branches: "*"
jobs:
specs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
crystal_version: [latest]
runs-on: ${{ matrix.os }}
continue-on-error: false
steps:
- uses: actions/checkout@v3
- uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal_version }}
- name: Install shards
run: shards install
- name: Run tests
run: crystal spec
- name: Check format
run: crystal tool format --check
- name: Lint
run: ./bin/ameba