Skip to content

improve render

improve render #67

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: sudo apt-get update; sudo apt-get install zsh shellcheck make git ruby
- name: Checks
run: make checks