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

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /hack/packages #623

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /hack/packages

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /hack/packages #623

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