Skip to content

feat: setup pre-commit and handle linting errors #132

feat: setup pre-commit and handle linting errors

feat: setup pre-commit and handle linting errors #132

Workflow file for this run

on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
permissions:
contents: write
pull-requests: write
name: All actions
jobs:
check-current-version:
name: Check current version
uses: >-
NovoNordisk-OpenSource/r.workflows/.github/workflows/check_current_version.yaml@main
with:
use_local_setup_action: true
check-nn-version:
name: Check NN version
uses: >-
NovoNordisk-OpenSource/r.workflows/.github/workflows/check_nn_versions.yaml@main
with:
use_local_setup_action: true
pkgdown:
name: Pkgdown site
uses: NovoNordisk-OpenSource/r.workflows/.github/workflows/pkgdown.yaml@main
with:
use_local_setup_action: true
coverage:
name: Coverage report
uses: NovoNordisk-OpenSource/r.workflows/.github/workflows/coverage.yaml@main
with:
use_local_setup_action: true
megalinter:

Check failure on line 37 in .github/workflows/check_and_co.yaml

View workflow run for this annotation

GitHub Actions / All actions

Invalid workflow file

The workflow is not valid. .github/workflows/check_and_co.yaml (Line: 37, Col: 3): Error calling workflow 'NovoNordisk-OpenSource/r.workflows/.github/workflows/megalinter.yaml@main'. The workflow is requesting 'issues: write', but is only allowed 'issues: none'.
name: Megalinter
uses: NovoNordisk-OpenSource/r.workflows/.github/workflows/megalinter.yaml@main