Skip to content

Clicking on text Ask HNs activates the top element #4

Clicking on text Ask HNs activates the top element

Clicking on text Ask HNs activates the top element #4

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
branches: master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Lint code
run: npm run lint