Skip to content

add more arm targets #486

add more arm targets

add more arm targets #486

Workflow file for this run

name: markdownlint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
paths:
- "**.md"
- ".github/workflows/markdownlint.yaml"
- "db1000n.rb"
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
markdownlint:
name: Lint repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
- name: Install mdl
run: gem install mdl
- name: Run markdownlint
run: mdl -s ./db1000n.rb .