Skip to content

Fix WMTS layer opacity from permalink #1428

Fix WMTS layer opacity from permalink

Fix WMTS layer opacity from permalink #1428

Workflow file for this run

name: Pull request check
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
env:
POETRY_DYNAMIC_VERSIONING_BYPASS: 0.0.0
jobs:
build:
name: Pull request check
runs-on: ubuntu-22.04
timeout-minutes: 5
if: github.event.pull_request.user.login != 'renovate[bot]'
steps:
- run: pip install --upgrade attrs
- uses: actions/checkout@v3
- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --pre c2cciutils[pr_checks]
- name: Check pull request
run: c2cciutils-pull-request-checks
env:
GITHUB_EVENT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}