Skip to content

tab -> spaces

tab -> spaces #87

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: prepare environment for C compiling
run: sudo apt-get install build-essential libgit2-dev
- name: build tur
run: make tur
- name: build and run tests
run: make test