Skip to content

feat: maps

feat: maps #1

Workflow file for this run

# This is autogenerated - do not touch!
name: Pull Request Checks
on:
pull_request:
jobs:
python:
strategy:
matrix:
python_test_os: [ ubuntu-latest ]
python-version: [ 3.11 ]
poetry-version: [ 1.3.2 ]
uses: lundalogik/lime-workflows/.github/workflows/pr-checks-python.yml@v3
secrets: inherit
with:
python_test_os: ${{ matrix.python_test_os }}
test_python_version: ${{ matrix.python-version }}
poetry_version: ${{ matrix.poetry-version }}
ci:
uses: lundalogik/lime-workflows/.github/workflows/pr-checks.yml@v3
secrets: inherit
with:
frontend_test_os: ubuntu-latest
automerge:
uses: lundalogik/lime-workflows/.github/workflows/automerge.yml@v3

Check failure on line 27 in .github/workflows/pr-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-checks.yml" -> "lundalogik/lime-workflows/.github/workflows/automerge.yml@v3" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
needs: [ python, ci ]