Skip to content

docs: add workflow status badges #7

docs: add workflow status badges

docs: add workflow status badges #7

name: "Prevent byte order marks"
on:
push:
branches:
- main
pull_request: {}
jobs:
bom-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arma-actions/bom-check@v1
name: Check for BOM