Skip to content

Main Workflow

Main Workflow #17

Workflow file for this run

# Copyright © 2024 KubeCub open source community. All rights reserved.
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.
name: Main Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Install go-gitlint
run: make tools
- name: Run githooks
run: ./scripts/githooks/commit-msg