Skip to content

Update bill-of-materials.md #460

Update bill-of-materials.md

Update bill-of-materials.md #460

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: clang-format --version
- run: ./lint.sh ${{ github.workspace }}
- run: echo "Job's status ${{ job.status }}."