Skip to content

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

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

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

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint