Skip to content

fix: parse inf tags from readings #22

fix: parse inf tags from readings

fix: parse inf tags from readings #22

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
permissions:
checks: write
contents: write
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22.17.0'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint