Skip to content

feat(engine): add online-access medium designator #692

feat(engine): add online-access medium designator

feat(engine): add online-access medium designator #692

Workflow file for this run

name: Commit Policy
permissions:
contents: read
on:
push:
branches: ["main"]
pull_request: {}
jobs:
commit-policy:
name: Commit Policy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
with:
fetch-depth: 0
persist-credentials: false
- name: Validate accepted commit messages
uses: asamarts/alint@9a341559646a0a128957a0f70671e0835fb38dcb # v0.13.0
env:
ALINT_BASE_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}