Skip to content

feat: allow multiple directories #30

feat: allow multiple directories

feat: allow multiple directories #30

Workflow file for this run

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: '14.x'
- run: git clone https://github.com/EbookFoundation/free-programming-books.git fpb
- run: cd fpb && git checkout 0931fa587815d676e0337f319f1ada92739dd28a
- run: npm ci
- run: npm run test
- run: npm run lint
- run: npm install --global .
- run: fpb-lint $(pwd)/fpb/books/ $(pwd)/fpb/casts/ $(pwd)/fpb/courses/ $(pwd)/fpb/more/