Skip to content

feat: almost part 2 d19 #106

feat: almost part 2 d19

feat: almost part 2 d19 #106

Workflow file for this run

name: 2019
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y -q python3-pip
- run: pip install --user cpplint
- run: cpplint --recursive --extensions=h,cpp src/
working-directory: 2019/