Skip to content

ci: add linter and update release workflow #1

ci: add linter and update release workflow

ci: add linter and update release workflow #1

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/[email protected]
permissions:
contents: read
statuses: write
with:
filter_regex_exclude: (.*CHANGELOG\.md$|docs/workflows/.*)
lint-pr:

Check failure on line 25 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / 🧹 Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 25, Col: 3): Error calling workflow 'equinor/ops-actions/.github/workflows/[email protected]'. The nested job 'commitlint' is requesting 'contents: read', but is only allowed 'contents: none'.
name: Lint PR
uses: equinor/ops-actions/.github/workflows/[email protected]
with:
message: ${{ github.event.pull_request.title }}