Skip to content

chore(deps): update actionshub/markdownlint action to v3.1.4 #222

chore(deps): update actionshub/markdownlint action to v3.1.4

chore(deps): update actionshub/markdownlint action to v3.1.4 #222

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_and_test:
name: Build and Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
cache: true
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...