File tree Expand file tree Collapse file tree 5 files changed +26
-14
lines changed Expand file tree Collapse file tree 5 files changed +26
-14
lines changed Original file line number Diff line number Diff line change 1
- name : Lint Markdown
1
+ name : ❄️ Lint
2
2
3
- on : [push, pull_request]
3
+ on : [pull_request]
4
4
5
5
jobs :
6
- linter :
7
- runs-on : ubuntu-18.04
6
+ lint :
7
+ name : 🧹 Markdown / YAML
8
+ runs-on : ubuntu-latest
8
9
steps :
9
10
- uses : actions/checkout@v2
10
- - name : Use Node.js
11
+ - name : 🍇 YAML Lint
12
+ uses : ibiqlik/action-yamllint@v1
13
+ - name : 🥝 Use Node.js
11
14
uses : actions/setup-node@v1
12
15
with :
13
16
node-version : ' 12.x'
Original file line number Diff line number Diff line change 1
1
dist : trusty
2
2
language : java
3
3
rvm :
4
- - 1.9.3
4
+ - 1.9.3
5
5
sudo : required
6
6
before_install :
7
- - echo "deb http://downloads.ortussolutions.com/debs/noarch /" > commandbox.list
8
- - sudo mv commandbox.list /etc/apt/sources.list.d/commandbox.list
9
- - sudo apt-get update
7
+ - echo "deb http://downloads.ortussolutions.com/debs/noarch /" > commandbox.list
8
+ - sudo mv commandbox.list /etc/apt/sources.list.d/commandbox.list
9
+ - sudo apt-get update
10
10
install :
11
- - sudo apt-get install -q -y --force-yes commandbox zip
12
- - gem install s3_website
11
+ - sudo apt-get install -q -y --force-yes commandbox zip
12
+ - gem install s3_website
13
13
script :
14
- - " ./build.sh"
14
+ - " ./build.sh"
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ extends: default
4
+
5
+ rules:
6
+ comments-indentation: disable
7
+ document-start: disable
8
+ line-length: disable
9
+ truthy: disable
Original file line number Diff line number Diff line change 1
1
# Lucee documentation source and builder
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/lucee/lucee-docs.svg?branch=master )] ( https://travis-ci.org/lucee/lucee-docs )
4
- ![ Lint Markdown ] ( https://github.com/lucee/lucee-docs/workflows/Lint%20Markdown /badge.svg )
4
+ [ ![ Lint] ( https://github.com/lucee/lucee-docs/workflows/Lint/badge.svg )] ( #lucee-documentation-source-and-builder )
5
5
6
6
This repository contains the source and build scripts for creating Lucee's documentation. The website output of the docs can be found at [ https://docs.lucee.org ] ( https://docs.lucee.org ) .
7
7
Original file line number Diff line number Diff line change 18
18
19
19
concurrency_level : 100
20
20
# redirects:
21
- # index.html: /
21
+ # index.html: /
You can’t perform that action at this time.
0 commit comments