Skip to content

Add 'unhandled effects at top-level' error #36

Add 'unhandled effects at top-level' error

Add 'unhandled effects at top-level' error #36

Workflow file for this run

name: Ante-LS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
working-directory: ./ante-ls
run: cargo build --no-default-features