Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

build(deps): bump github.com/nbd-wtf/go-nostr from 0.32.0 to 0.34.13 #460

build(deps): bump github.com/nbd-wtf/go-nostr from 0.32.0 to 0.34.13

build(deps): bump github.com/nbd-wtf/go-nostr from 0.32.0 to 0.34.13 #460

Workflow file for this run

name: Code quality - linting and typechecking
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
linting:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: "yarn"
cache-dependency-path: frontend/yarn.lock
- run: yarn install
- run: yarn prepare:http
- name: Linting
run: yarn lint:js
- name: Prettier
run: yarn format
- name: Typechecking
run: yarn tsc:compile