Skip to content

Add cargo bloat tool to CI #1

Add cargo bloat tool to CI

Add cargo bloat tool to CI #1

Workflow file for this run

name: Bloat size
on:
push:
branches: [main]
tags: 'v*'
pull_request:
workflow_dispatch:
jobs:
compute-size:
runs-on: ubuntu-latest
steps:
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
working-directory: examples/lakers-nrf52840

Check failure on line 16 in .github/workflows/bloat.yml

View workflow run for this annotation

GitHub Actions / Bloat size

Invalid workflow file

The workflow is not valid. .github/workflows/bloat.yml (Line: 16, Col: 9): Unexpected value 'working-directory'
with:
token: ${{ secrets.GITHUB_TOKEN }}