Skip to content

Remove unneeded parenthesis (#203) #35

Remove unneeded parenthesis (#203)

Remove unneeded parenthesis (#203) #35

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