Skip to content

Remove underline from project link and add external link icon #35

Remove underline from project link and add external link icon

Remove underline from project link and add external link icon #35

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 20
- name: Install Bootlint
run: npm install -g bootlint
- name: Run Bootlint
run: bootlint index.html -d W005