File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - uses : swatinem/rust-cache@v2
5050 - name : rustlings dev check
5151 run : cargo dev check --require-solutions
52+ rumdl :
53+ runs-on : ubuntu-latest
54+ steps :
55+ - uses : actions/checkout@v6
56+ - uses : rvben/rumdl@v0
Original file line number Diff line number Diff line change 99 - .github/workflows/website.yml
1010
1111jobs :
12+ rumdl :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v6
16+ - uses : rvben/rumdl@v0
1217 build :
18+ needs : rumdl
1319 defaults :
1420 run :
1521 working-directory : website
2834 uses : actions/upload-pages-artifact@v4
2935 with :
3036 path : website/public/
31-
3237 deploy :
3338 needs : build
3439 # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
Original file line number Diff line number Diff line change 1+ [global ]
2+ output-format = " full"
3+ disable = [" MD013" , " MD057" ]
4+
5+ [per-file-ignores ]
6+ "website/content/_index.md" = [" MD041" ]
7+ "website/content/**/*.md" = [" MD028" , " MD033" ]
You can’t perform that action at this time.
0 commit comments