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

Bump actions/setup-go from 2 to 5 #18

Bump actions/setup-go from 2 to 5

Bump actions/setup-go from 2 to 5 #18

Workflow file for this run

---
name: Check - yaml
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
paths:
- "**.yaml"
- "**.yml"
jobs:
checkyaml:
name: Check - yaml
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run yamllint
run: |
make yamllint