未验证 提交 37dc474f 编写于 作者: B borgified 提交者: GitHub

migrate fpb-lint from travisci to gh actions (#5186)

上级 076d5436
name: free-programming-books-lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '6.x'
- run: npm install -g free-programming-books-lint
- run: fpb-lint .
language: shell
dist: xenial
os: linux
jobs:
include:
-
language: node_js
node_js:
- 6
before_script:
- npm install -g free-programming-books-lint
script:
- fpb-lint .
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册