Skip to content

v0.18.5. Updates no-code to 1.0.6 #629

v0.18.5. Updates no-code to 1.0.6

v0.18.5. Updates no-code to 1.0.6 #629

Workflow file for this run

# name: ci
# on:
# - push
# - pull_request
# jobs:
# test:
# name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
# matrix:
# version:
# - '1.6'
# - '1.7'
# - '1.8'
# os:
# - ubuntu-latest
# - macOS-latest
# - windows-latest
# arch:
# - x64
# steps:
# - uses: actions/checkout@v2
# - uses: julia-actions/setup-julia@latest
# with:
# version: ${{ matrix.version }}
# arch: ${{ matrix.arch }}
# - uses: julia-actions/julia-buildpkg@latest
# - uses: julia-actions/julia-runtest@latest