Skip to content

build(deps): bump tar from 7.5.2 to 7.5.3 #34

build(deps): bump tar from 7.5.2 to 7.5.3

build(deps): bump tar from 7.5.2 to 7.5.3 #34

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