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

Bump actions/checkout from 1 to 2 #15

Bump actions/checkout from 1 to 2

Bump actions/checkout from 1 to 2 #15

name: Check - actionlint
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
paths:
- ".github/workflows/**"
jobs:
checkactionlint:
name: Check actionlint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: "1.17"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run actionlint
run: |
make actionlint