Skip to content

Update Rust bindings to make the package publishable #65

Update Rust bindings to make the package publishable

Update Rust bindings to make the package publishable #65

Workflow file for this run

name: Aiken linter and unit tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/[email protected]
working-directory: ./cardano

Check failure on line 15 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Aiken linter and unit tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 15, Col: 9): Unexpected value 'working-directory'
with:
version: v1.0.19-alpha
- run: aiken fmt --check
- run: aiken check
- run: aiken build