Skip to content

Remove codeql artifact and add to gitignore #3

Remove codeql artifact and add to gitignore

Remove codeql artifact and add to gitignore #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build
run: make
- name: Test
run: make test