Skip to content

refactor: rename bibliography to text in DOI store and related compon… #108

refactor: rename bibliography to text in DOI store and related compon…

refactor: rename bibliography to text in DOI store and related compon… #108

Workflow file for this run

name: CI
on:
push:
branches: [main, development]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: Install
run: pnpm install
- name: Lint
run: pnpm run lint