Skip to content

Merge branch 'master' of https://github.com/GalactHD/gradientty into … #3

Merge branch 'master' of https://github.com/GalactHD/gradientty into …

Merge branch 'master' of https://github.com/GalactHD/gradientty into … #3

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore:
- 'README.md'
- '**/*.md'
pull_request:
branches: [master]
paths-ignore:
- 'README.md'
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Run tests
run: crystal spec