Skip to content

Remove S.T.J dependency for net8.0 (#136) #247

Remove S.T.J dependency for net8.0 (#136)

Remove S.T.J dependency for net8.0 (#136) #247

Workflow file for this run

name: markdownlint
on:
push:
branches: [ 'main*' ]
paths:
- '**.md'
pull_request:
branches: [ 'main*' ]
paths:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: check out code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: install markdownlint-cli
run: sudo npm install -g markdownlint-cli
- name: run markdownlint
run: markdownlint .