⬆️ danger-swift (3.18.0)

This commit is contained in:
Ben Chatelain 2024-02-18 08:55:03 -07:00
parent e20b14a097
commit 5b2994d27d

View file

@ -1,16 +1,24 @@
name: Danger
#
# .github/workflows/danger.yml
#
# https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables
name: danger
on:
pull_request:
branches: [ main ]
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Danger
# https://github.com/orgs/danger/packages/container/package/danger-swift
uses: docker://ghcr.io/danger/danger-swift:3.12.3
uses: docker://ghcr.io/danger/danger-swift:3.18.0
with:
args: --failOnErrors --no-publish-check
env: