Skip to content

Commit 3fb29d1

Browse files
Merge pull request #4 from Lua-Matlab-Python-R-J2EE/ci
Ci
2 parents 72b52d8 + 7ce25a8 commit 3fb29d1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737

3838
- name: Run markdown lint
3939
run: |
40-
npm install remark-cli remark-preset-lint-consistent
41-
npx remark . --use remark-preset-lint-consistent
40+
npm install remark-cli remark-preset-lint-consistent vfile-reporter-json
41+
npx remark . --use remark-preset-lint-consistent --report vfile-reporter-json 2> remark-lint-report.json
4242
# --frail removed from the previous line
43+
44+
- uses: actions/upload-artifact@v4
45+
with:
46+
name: remark-lint-report
47+
path: remark-lint-report.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Protected branches ensure that collaborators on your repository cannot make irre
3535
1. Check **Require a pull request before merging**.
3636
1. Uncheck **Require approvals**.
3737
1. Check **Require status checks to pass before merging**.
38-
1. Check all build and test jobs that you'd like to see in the newly visible gray box. #making a change here for this line to trigger in the main branch protection page
38+
1. Check all build and test jobs that you'd like to see in the newly visible gray box.
3939
1. Click **Create**.
4040
1. _Once you turn on branch protection, Actions can no longer push directly to the `main` branch. Wait about 20 seconds and then go to the `ci` branch. [GitHub Actions](https://docs.github.com/actions) will automatically update to the next step on the `ci` branch. You'll need to follow instructions on this branch._
4141

0 commit comments

Comments
 (0)