Skip to content

chore(deps): bump @fontsource/roboto from 5.0.13 to 5.0.14 in /example #84

chore(deps): bump @fontsource/roboto from 5.0.13 to 5.0.14 in /example

chore(deps): bump @fontsource/roboto from 5.0.13 to 5.0.14 in /example #84

Workflow file for this run

name: Code Quality
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install dependencies
run: npm ci
- name: ESLint
run: npm run lint