Skip to content

add exclude files in the configuration #13

add exclude files in the configuration

add exclude files in the configuration #13

Workflow file for this run

name: Build
on:
pull_request:
branches:
- c4t
- dev
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
cache: false
- name: run build
run: go build