Skip to content

github-ci: simpler workflow #540

github-ci: simpler workflow

github-ci: simpler workflow #540

Workflow file for this run

name: Builds
on:
push:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
pull_request:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
jobs:
cargo-test:
name: Cargo Test
runs-on: ubuntu-latest
container: rust:latest
steps:
- uses: actions/checkout@v2
- run: cargo test --all
build-dist:
name: Build Distributions
runs-on: ubuntu-latest
steps:
- ./build-dist.sh

Check failure on line 27 in .github/workflows/builds.yml

View workflow run for this annotation

GitHub Actions / Builds

Invalid workflow file

The workflow is not valid. .github/workflows/builds.yml (Line: 27, Col: 9): Unexpected value './build-dist.sh'