Skip to content

ci: use ci-workflow from statnett workflows #1

ci: use ci-workflow from statnett workflows

ci: use ci-workflow from statnett workflows #1

Workflow file for this run

---
name: CI
on:
pull_request: {}
push: {}
permissions:
contents: read
jobs:
validate-renovate-config:
name: Validate renovate config
runs-on: ubuntu-latest
container:
image: renovate/renovate:slim
options: --user root
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: renovate --version
- run: renovate-config-validator default.json
statnett-ci:
uses: statnett/github-workflows/.github/workflows/ci.yaml@main

Check failure on line 24 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "statnett/github-workflows/.github/workflows/ci.yaml@main" (source branch with sha:411c538689bba50c95106fe365330aced4f588ce) : workflow is not reusable as it is missing a `on.workflow_call` trigger
permissions:
pull-requests: write
statuses: write