Skip to content

Throw informative error when parsing reference sets in macros #2908

Throw informative error when parsing reference sets in macros

Throw informative error when parsing reference sets in macros #2908

Workflow file for this run

name: aqua-lint
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- uses: actions/checkout@v1
- name: Aqua
shell: julia --color=yes {0}
run: |
using Pkg
Pkg.add(PackageSpec(name="Aqua"))
Pkg.develop(PackageSpec(path=pwd()))
using JuMP, Aqua
Aqua.test_all(JuMP; ambiguities = false)