Skip to content

feat: candid generator + agent crates (#2) #9

feat: candid generator + agent crates (#2)

feat: candid generator + agent crates (#2) #9

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
env:
RUST_VERSION: 1.73.0
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
steps:

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ env.RUST_VERSION }}
- uses: jwlawson/[email protected]
- name: Run
run: ./build-scripts/build_and_test.sh
env:
CARGO_INCREMENTAL: "0"