Skip to content

Cleaning up some dead code. #87

Cleaning up some dead code.

Cleaning up some dead code. #87

Workflow file for this run

name: validate
on:
push:
branches-ignore: ["gh-pages"] # Exclude the gh-pages branch
pull_request:
branches-ignore: ["gh-pages"] # Exclude the gh-pages branch
workflow_dispatch:
branches: ["*"] # Included ["*"] for consistency
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Install libnuma-dev
run: sudo apt-get -y install libnuma-dev
- name: validate
run: ./validate.sh