Onboarding docs link to wrong internal page. #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: 🦝 Super-Linter | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- edited | |
- opened | |
- reopened | |
- synchronize | |
permissions: {} | |
jobs: | |
super-linter: | |
name: Super-Linter | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
statuses: write | |
steps: | |
- name: Checkout | |
id: checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
fetch-depth: 0 | |
- name: Super-Linter | |
id: super_linter | |
uses: super-linter/super-linter/slim@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
VALIDATE_CSS: false | |
VALIDATE_JSCPD: false |