Skip to content

chore(deps): bump lodash from 4.17.21 to 4.17.23 (#306) #925

chore(deps): bump lodash from 4.17.21 to 4.17.23 (#306)

chore(deps): bump lodash from 4.17.21 to 4.17.23 (#306) #925

Workflow file for this run

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