1
0
mirror of synced 2025-11-06 05:10:37 +08:00

Create ci.yml

This commit is contained in:
bsdelf
2022-01-04 11:24:15 +08:00
committed by bsdelf
parent 400b612e72
commit 3a9e7d70c5

17
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: sudo gem install mdl
- name: Lint markdown files
run: mdl *.md