Skip to content

fix(ci): change runner to 'ubuntu-latest' in publish workflow #511

fix(ci): change runner to 'ubuntu-latest' in publish workflow

fix(ci): change runner to 'ubuntu-latest' in publish workflow #511

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