Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbedef2f

Browse files
feat: adds CI steps for linting and testing (#3)
1 parent56d3e20 commitbedef2f

File tree

6 files changed

+129
-39
lines changed

6 files changed

+129
-39
lines changed

‎.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*@github/accessibility

‎.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name:Lint markdown files
2+
on:
3+
push:
4+
branches:
5+
-main
6+
pull_request:
7+
jobs:
8+
lint:
9+
runs-on:ubuntu-latest
10+
steps:
11+
-uses:actions/checkout@v2
12+
-uses:actions/setup-node@v3
13+
with:
14+
node-version:14
15+
-run:npm install
16+
-run:npm test

‎.markdownlint.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
constoptions={
2+
config:{
3+
"default":false,
4+
"heading-increment":true,
5+
"no-alt-text":true,
6+
"single-h1":true,
7+
"no-emphasis-as-header":true,
8+
"first-line-heading":true
9+
}
10+
}
11+
12+
module.exports=options.config

‎.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp