Skip to content

docs: circuit diagrams #5

docs: circuit diagrams

docs: circuit diagrams #5

Workflow file for this run

name: 🧹 Lint
on:
pull_request:
branches:
- master
types:
- opened
- edited
- synchronize
- reopened
permissions: {}
jobs:
lint-codebase:
name: Lint codebase
uses: equinor/ops-actions/.github/workflows/super-linter.yml@9c9b57defe2b287614054209eaa7a9c2e7a5f3f1
permissions:
contents: read
statuses: write
with:
filter_regex_exclude: (.*CHANGELOG\.md$|docs/workflows/.*)
lint-pr:
name: Lint PR
uses: equinor/ops-actions/.github/workflows/commitlint.yml@9c9b57defe2b287614054209eaa7a9c2e7a5f3f1
permissions:
contents: read
with:
message: ${{ github.event.pull_request.title }}