Skip to content

Bump DavidAnson/markdownlint-cli2-action from 13 to 14 #96

Bump DavidAnson/markdownlint-cli2-action from 13 to 14

Bump DavidAnson/markdownlint-cli2-action from 13 to 14 #96

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test ./...