Skip to content

refactor: remove old Gitpod configuration mechanism (#80) #1034

refactor: remove old Gitpod configuration mechanism (#80)

refactor: remove old Gitpod configuration mechanism (#80) #1034

Workflow file for this run

name: cpplint
on: [push]
jobs:
cpplint:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install cpplint
run: pip install cpplint
- name: Static Code Analysis
run: |
cd hypercomplex
/home/runner/.local/bin/cpplint --quiet Hypercomplex.hpp
/home/runner/.local/bin/cpplint --quiet Polynomial.hpp