Skip to content

Sync git dirty character #16

Sync git dirty character

Sync git dirty character #16

Workflow file for this run

name: Tests
on:
pull_request:
types:
- opened
- synchronize
branches:
- master
push:
branches:
- master
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Set up git repository
uses: actions/checkout@v2
- name: Install zsh
run: sudo apt-get update; sudo apt-get install zsh
- name: Test
run: make