Skip to content

Add scanning for expanded macro calls #10

Add scanning for expanded macro calls

Add scanning for expanded macro calls #10

Workflow file for this run

name: Build
on:
push:
paths: [ 'Makefile', '.github/workflows/build.yml' ]
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Make install
run: make install
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Make install
run: make install