Skip to content

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #128

Bump super-linter/super-linter from 7.2.0 to 7.2.1

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #128

Workflow file for this run

---
name: unit test program
on:
- push
- pull_request
permissions: {}
jobs:
run-program:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Build the test
run: |
g++ --version
g++ -Wextra -Wall extras/*.cpp src/*.cpp -I./extras -I./src
- name: Run the test
run: |
./a.out