Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump github.com/aws/aws-sdk-go from 1.43.23 to 1.44.300 in /hack/runner/webhook #619

Bump github.com/aws/aws-sdk-go from 1.43.23 to 1.44.300 in /hack/runner/webhook

Bump github.com/aws/aws-sdk-go from 1.43.23 to 1.44.300 in /hack/runner/webhook #619

Workflow file for this run

name: Check - misspell
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
jobs:
checkmisspell:
name: Check - misspell
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run misspell
run: |
make misspell