Skip to content

build(deps): bump glob from 11.0.3 to 11.1.0 #33

build(deps): bump glob from 11.0.3 to 11.1.0

build(deps): bump glob from 11.0.3 to 11.1.0 #33

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
- development
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run check