Skip to content

feat: focus onboarding on setting up an Alby Hub #7934

feat: focus onboarding on setting up an Alby Hub

feat: focus onboarding on setting up an Alby Hub #7934

Workflow file for this run

name: Code quality - linting
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
cache: "yarn"
- run: yarn install
- name: Linting
run: yarn lint:js
- name: Prettier
run: yarn format