Skip to content

build: keep original file when compressing #36

build: keep original file when compressing

build: keep original file when compressing #36

Workflow file for this run

---
name: CI
on:
- push
- pull_request
jobs:
test_linux:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Setup Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.10.1
- name: Install dependencies
run: make deps
- name: Run tests
run: make spec