Skip to content

feat(release): add sha256 summ for release artifacts #403

feat(release): add sha256 summ for release artifacts

feat(release): add sha256 summ for release artifacts #403

Workflow file for this run

name: Danger Action
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v3
- name: Danger
uses: danger/kotlin@master
with:
args: "--id DangerKotlinAction"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}