mirror of
https://github.com/EbookFoundation/free-programming-books
synced 2026-08-01 01:20:20 +00:00
Compare commits
3 Commits
comment-fix
...
lint-test
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d26deb23d | |||
| 6ae94b042a | |||
| f026adec83 |
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
${{ github.event.workflow_run.event == 'pull_request' &&
|
||||
github.event.workflow_run.conclusion == 'success' }}
|
||||
github.event.workflow_run.conclusion == 'completed' }}
|
||||
steps:
|
||||
- name: 'Download artifact'
|
||||
uses: actions/github-script@v8
|
||||
|
||||
@@ -14,11 +14,9 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '16.x'
|
||||
- run: npm install -g free-programming-books-lint
|
||||
|
||||
- name: Pull Request
|
||||
- name: Run linter
|
||||
run: |
|
||||
fpb-lint books casts courses more &> output.log
|
||||
|
||||
@@ -29,7 +27,8 @@ jobs:
|
||||
echo ${{ github.event.pull_request.html_url }} > ./pr/PRurl
|
||||
cat output.log | sed -E 's:/home/runner/work/free-programming-books/|⚠.+::' | uniq > ./pr/error.log
|
||||
|
||||
- uses: actions/upload-artifact@v7
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
if: always()
|
||||
with:
|
||||
name: pr
|
||||
|
||||
@@ -388,6 +388,7 @@ Books on general-purpose programming that don't focus on a specific language are
|
||||
|
||||
### Bash
|
||||
|
||||
* [z](www.google.com) - Leithen C
|
||||
* [Advanced Bash-Scripting Guide](https://tldp.org/LDP/abs/html/) - M. Cooper (HTML)
|
||||
* [Bash Guide for Beginners (2008)](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/) - M. Garrels (HTML)
|
||||
* [Bash Notes for Professionals](https://goalkicker.com/BashBook/) - Compiled from StackOverflow documentation (PDF)
|
||||
|
||||
Reference in New Issue
Block a user