Skip to content

chore: Configure Renovate #13

chore: Configure Renovate

chore: Configure Renovate #13

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: {}
permissions:
id-token: write # Required for federated aws oidc
contents: write
actions: write
pull-requests: write
issues: write
jobs:
CI:
uses: uptick/actions/.github/workflows/ci.yaml@main # ratchet:exclude

Check failure on line 16 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" -> "uptick/actions/.github/workflows/ci.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
command: make ci