Skip to content

chore(deps): bump equinor/ops-actions from 9.10.4 to 9.11.0 #7

chore(deps): bump equinor/ops-actions from 9.10.4 to 9.11.0

chore(deps): bump equinor/ops-actions from 9.10.4 to 9.11.0 #7

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@ed242b9acb1b98a438b595eba389631acc614221
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@ed242b9acb1b98a438b595eba389631acc614221
permissions:
contents: read
with:
message: ${{ github.event.pull_request.title }}