Skip to content

Update dependency io.mockk:mockk to v1.13.11 #985

Update dependency io.mockk:mockk to v1.13.11

Update dependency io.mockk:mockk to v1.13.11 #985

name: CI - Pull Request Lint
on:
pull_request:
types: [opened, synchronize, edited, reopened, assigned, unassigned]
branches:
- main
- release/*
- feature/*
- bugfix/*
workflow_dispatch:
jobs:
pull-request-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Danger
uses: docker:https://ghcr.io/danger/danger-kotlin:1.2.0
with:
args: --failOnErrors --no-publish-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}