Skip to content

Add 5 HANCORE-linux themes (#24) #69

Add 5 HANCORE-linux themes (#24)

Add 5 HANCORE-linux themes (#24) #69

Workflow file for this run

name: Awesome List CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '22'
- name: Run official awesome-lint
run: npx awesome-lint README.md
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '22'
- name: Install dependencies
run: |
npm install -g remark-cli remark-preset-lint-recommended remark-preset-lint-consistent
- name: Lint markdown
run: |
remark --frail --quiet --no-stdout README.md CONTRIBUTING.md
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Check spelling
uses: crate-ci/[email protected]
with:
files: '*.md'