Skip to content

Bump github/codeql-action from 2 to 3 #10

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #10

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Deps
run: sudo apt install libevent-dev -y
- run: make all
- run: make small