Skip to content

Apply BestieTemplate v0.13.0 #45

Apply BestieTemplate v0.13.0

Apply BestieTemplate v0.13.0 #45

Workflow file for this run

name: Aqua
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: "1"
- name: Aqua.jl
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, DCISolver; Aqua.test_all(DCISolver)'