Skip to content

Moves 'Noice' to Music category #860

Moves 'Noice' to Music category

Moves 'Noice' to Music category #860

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Check
steps:
- name: Checkout
uses: actions/checkout@main
- name: Check
run: ./check.sh
markdownlint:
runs-on: ubuntu-latest
name: Markdownlint
steps:
- name: Checkout
uses: actions/checkout@main
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@master
with:
files: "*.md"
config_file: .markdownlint.json