Skip to content

build(deps): bump tar from 7.5.1 to 7.5.2 #29

build(deps): bump tar from 7.5.1 to 7.5.2

build(deps): bump tar from 7.5.1 to 7.5.2 #29

Workflow file for this run

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