Skip to content

Merge pull request #955 from openshift-kni/e2e-labels #2

Merge pull request #955 from openshift-kni/e2e-labels

Merge pull request #955 from openshift-kni/e2e-labels #2

Workflow file for this run

name: CI Format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
defaults:
run:
shell: bash
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up golang
uses: actions/setup-go@v3
with:
go-version: 1.22.4
- name: format
run: ./hack/check-format.sh