Skip to content

chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#290) #883

chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#290)

chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#290) #883

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run build
lint:
name: Check linting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint