Sha256: 7fedc0cd411ca9d265dc74666d7537871d8a0fa1caf7a57757a51543a4bfc3d2

Contents?: true

Size: 1.44 KB

Versions: 24

Compression:

Stored size: 1.44 KB

Contents

# Copyright (c) 2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
---
name: markdown-lint
'on':
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
    paths-ignore: ['paper/**', 'sandbox/**']
concurrency:
  group: markdown-lint-${{ github.ref }}
  cancel-in-progress: true
jobs:
  markdown-lint:
    runs-on: ubuntu-24.04
    steps:
      - uses: actions/checkout@v4
      - uses: articulate/actions-markdownlint@v1

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
judges-0.30.0 .github/workflows/markdown-lint.yml
qbash-0.2.2 .github/workflows/markdown-lint.yml
qbash-0.2.1 .github/workflows/markdown-lint.yml
qbash-0.2.0 .github/workflows/markdown-lint.yml
judges-0.29.0 .github/workflows/markdown-lint.yml
qbash-0.1.0 .github/workflows/markdown-lint.yml
judges-0.28.1 .github/workflows/markdown-lint.yml
judges-0.28.0 .github/workflows/markdown-lint.yml
judges-0.27.0 .github/workflows/markdown-lint.yml
qbash-0.0.8 .github/workflows/markdown-lint.yml
qbash-0.0.7 .github/workflows/markdown-lint.yml
qbash-0.0.6 .github/workflows/markdown-lint.yml
qbash-0.0.5 .github/workflows/markdown-lint.yml
qbash-0.0.4 .github/workflows/markdown-lint.yml
qbash-0.0.3 .github/workflows/markdown-lint.yml
qbash-0.0.2 .github/workflows/markdown-lint.yml
qbash-0.0.1 .github/workflows/markdown-lint.yml
judges-0.26.1 .github/workflows/markdown-lint.yml
judges-0.26.0 .github/workflows/markdown-lint.yml
judges-0.25.2 .github/workflows/markdown-lint.yml