Skip to content

Bump github.com/swift-server/swift-aws-lambda-events from 0.4.0 to 1.2.2 #12

Bump github.com/swift-server/swift-aws-lambda-events from 0.4.0 to 1.2.2

Bump github.com/swift-server/swift-aws-lambda-events from 0.4.0 to 1.2.2 #12

Workflow file for this run

name: Run Danger
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build:
if: github.event.pull_request.draft == false
name: Run Danger
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Danger
uses: 417-72KI/danger-swiftlint@v5.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}