Skip to content

remove cpplint workflow #114

remove cpplint workflow

remove cpplint workflow #114

Workflow file for this run

name: Check Spack Installation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Spack
uses: spack/setup-spack@v2
with:
ref: develop # Spack version (examples: develop, releases/v0.21)
buildcache: true # Configure oci://ghcr.io/spack/github-actions-buildcache
color: true # Force color output (SPACK_COLOR=always)
path: spack # Where to clone Spack
- name: Install ExaDEM With Spack
run: |
spack repo add spack_repo
spack install exadem