Skip to content

Extend go-version to accept go.mod files #8

Extend go-version to accept go.mod files

Extend go-version to accept go.mod files #8

name: Basic validation
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20'