Skip to content

Add ante-ls workflow #1

Add ante-ls workflow

Add ante-ls workflow #1

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
working-directory: ./ante-ls

Check failure on line 16 in .github/workflows/ante-ls.yml

View workflow run for this annotation

GitHub Actions / Ante-LS

Invalid workflow file

The workflow is not valid. .github/workflows/ante-ls.yml (Line: 16, Col: 5): Unexpected value 'working-directory'
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --no-default-features
- name: Run tests
run: cargo test --verbose --no-default-features