Skip to content

Update Githook and CI for branch two #66

Update Githook and CI for branch two

Update Githook and CI for branch two #66

Workflow file for this run

name: TAIGA CI
on:
pull_request:
branches:
- master
- develop
- two
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: compile
run: make test
- name: run test
run: bin/test.exe