Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#101) #342

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#101)

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#101) #342

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@v4
- run: npm i
- run: npm run build
lint:
name: Check linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint