Skip to content

Use the title attribute of links to display URL #73

Use the title attribute of links to display URL

Use the title attribute of links to display URL #73

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run prettier
run: npm run prettier:check