Skip to content

chore: refresh content and add lint + link-check workflows #1

chore: refresh content and add lint + link-check workflows

chore: refresh content and add lint + link-check workflows #1

Workflow file for this run

name: awesome-lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Run awesome-lint
run: npx -y awesome-lint