Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Add .pdf report for the course work #4

Add .pdf report for the course work

Add .pdf report for the course work #4

Workflow file for this run

name: Build
on: push
jobs:
check_codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check codestyle
run: git ls-files '*.c' '*.h' '*.cpp' '*.hpp' | xargs clang-format -i --verbose && git diff --exit-code
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build application
run: make